Color Hex Logo

#0675bf Color Hex

#0675BF
(6,117,191)
0 Favorites   0 Comments

Color spaces of #0675bf

RGB 6117191
HSL0.570.940.39
HSV204°97°75°
CMYK 0.970.390.00   0.25
XYZ15.840416.522951.6446
Yxy16.52290.18860.1967
Hunter Lab40.6484-1.5744-46.8753
CIE-Lab47.65320.7890-46.2269

#0675bf color RGB value is (6,117,191).

#0675bf hex color red value is 6, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0675bf hue: 0.57 , saturation: 0.94 and the lightness value of 0675bf is 0.39.

The process color (four color CMYK) of #0675bf color hex is 0.97, 0.39, 0.00, 0.25. Web safe color of #0675bf is #0066cc. Color #0675bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110101 10111111
Octal 6 165 277
Decimal 6 117 191
Hex 6 75 BF

RGB Percentages of Color #0675bf

%1.91
%37.26
%60.83

CMYK Percentages of Color #0675bf

%97
%39
%0
%25

Triadic Colors of #0675bf

#0675bf #bf0675 #75bf06

Analogous Colors of #0675bf

#0675bf #0618bf #06bfad

Monochromatic Colors of #0675bf

#0675bf

Complementary Color

#0675bf #bf5006

#0675bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0675bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0675bf Color CSS Codes

.mybgcolor {background-color:#0675bf; } 
.myforecolor {color:#0675bf; }
.mybordercolor {border:3px solid #0675bf; }

#0675bf Text Font Color

<p style="color:#0675bf">Text here</p>

This sample text font color is #0675bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0675bf Background Color

<div style="background-color:#0675bf">
Div content here</div>

This div background color is #0675bf


#0675bf Border Color

<div style="border:3px solid #0675bf">
Div here</div>

This div border color is #0675bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,117,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0675bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0675bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0675bf;
  box-shadow:         1px 1px 3px 2px #0675bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,117,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0675bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0675bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0675bf;
  box-shadow:         1px 1px 3px 2px #0675bf;">
Div content here</div>

This div box has shadow with color #0675bf


Comments

No comments written yet.

Please login to write comment.