Html Css Color HEX #066487 Blue Lagoon

📋 copy color: '#066487'

red 6 ◦ green 100 ◦ blue 135

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

Shades of Blue Lagoon #066487

Tints of Blue Lagoon #066487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

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

R = 2.49%
G = 41.49%
B = 56.02%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#066487 (or 0x066487) is known color: Blue Lagoon. HEX triplet: 06, 64 and 87. RGB value is (6,100,135). Sum of RGB (Red+Green+Blue) = 6+100+135=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #066487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066487 is #F99B78. Grayscale: #4B4B4B. Windows color (decimal): -16358265 or 8872966. OLE color: 8872966.

HSL color Cylindrical-coordinate representation of color #066487: hue angle of 196.28º 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 #066487 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 100 135 -
CMYK 0.96 0.26 0 0.47
HSL 196.28º 0.91% 0.28% -
HSV(B) 196.28º 0.96% 0.53% -
XYZ 9.01 10.9 24.55 -
YUV 75.88 161.36 78.15 -
System Red Green Blue C M Y K H S L
Decimal 6 100 135 0.96 0.26 0 0.47 196.28 0.91 0.28
Hex 6 64 87 60 1A 0 2F C4 5B 1C
Octal 6 144 207 140 32 0 57 304 133 34
Binary 110 1100100 10000111 1100000 11010 0 101111 11000100 1011011 11100

Color Harmonies of #066487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066487

Black with #066487

Text Example


Text Example

White with #066487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066487; }

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

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

background-color css

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

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

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

border-color css

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

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

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