Html Css Color HEX #066587 Blue Lagoon

📋 copy color: '#066587'

red 6 ◦ green 101 ◦ blue 135

#066587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #066587

Tints of Blue Lagoon #066587

RGB

 RED value IS 6 (2.73% from 255) = 2.48%

 GREEN value IS 101 (39.84% from 255) = 41.74%

 BLUE value IS 135 (53.13% from 255) = 55.79%

R = 2.48%
G = 41.74%
B = 55.79%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#066587 (or 0x066587) is known color: Blue Lagoon. HEX triplet: 06, 65 and 87. RGB value is (6,101,135). Sum of RGB (Red+Green+Blue) = 6+101+135=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #066587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066587 is #F99A78. Grayscale: #4C4C4C. Windows color (decimal): -16358009 or 8873222. OLE color: 8873222.

HSL color Cylindrical-coordinate representation of color #066587: hue angle of 195.81º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066587 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 101 135 -
CMYK 0.96 0.25 0 0.47
HSL 195.81º 0.91% 0.28% -
HSV(B) 195.81º 0.96% 0.53% -
XYZ 9.1 11.1 24.58 -
YUV 76.47 161.03 77.74 -
System Red Green Blue C M Y K H S L
Decimal 6 101 135 0.96 0.25 0 0.47 195.81 0.91 0.28
Hex 6 65 87 60 19 0 2F C4 5B 1C
Octal 6 145 207 140 31 0 57 304 133 34
Binary 110 1100101 10000111 1100000 11001 0 101111 11000100 1011011 11100

Color Harmonies of #066587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066587

Black with #066587

Text Example


Text Example

White with #066587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066587; }

 p { color: rgb(6,101,135); }

 H1.HeaderClassName
 {
   color: #066587;
 }
 .AnyTagClassName
 {
   color: #066587;
 }
</style>

background-color css

<style>
 a { background-color: #066587; }

 a { background-color: rgb(6,101,135); }

 div.DivClassName
 {
   background-color: #066587;
 }
 .BgClassName
 {
   background-color: #066587;
 }
</style>

border-color css

<style>
 span { border-color: #066587; }

 span { border-color: rgb(6,101,135); }

 td.TdClassName
 {
   border-color: #066587;
 }
 .TagClassName
 {
   border-color: #066587;
 }
</style>