Html Css Color HEX #066474 Blue Lagoon

📋 copy color: '#066474'

red 6 ◦ green 100 ◦ blue 116

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

Shades of Blue Lagoon #066474

Tints of Blue Lagoon #066474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.25%

R = 2.7%
G = 45.05%
B = 52.25%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066474 (or 0x066474) is known color: Blue Lagoon. HEX triplet: 06, 64 and 74. RGB value is (6,100,116). Sum of RGB (Red+Green+Blue) = 6+100+116=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #066474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066474 is #F99B8B. Grayscale: #494949. Windows color (decimal): -16358284 or 7627782. OLE color: 7627782.

HSL color Cylindrical-coordinate representation of color #066474: hue angle of 188.73º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066474 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 100 116 -
CMYK 0.95 0.14 0 0.55
HSL 188.73º 0.9% 0.24% -
HSV(B) 188.73º 0.95% 0.45% -
XYZ 7.78 10.41 18.12 -
YUV 73.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 6 100 116 0.95 0.14 0 0.55 188.73 0.9 0.24
Hex 6 64 74 5F E 0 37 BD 5A 18
Octal 6 144 164 137 16 0 67 275 132 30
Binary 110 1100100 1110100 1011111 1110 0 110111 10111101 1011010 11000

Color Harmonies of #066474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066474

Black with #066474

Text Example


Text Example

White with #066474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066474; }

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

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

background-color css

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

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

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

border-color css

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

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

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