Html Css Color HEX #066774 Blue Lagoon

📋 copy color: '#066774'

red 6 ◦ green 103 ◦ blue 116

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

Shades of Blue Lagoon #066774

Tints of Blue Lagoon #066774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

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

R = 2.67%
G = 45.78%
B = 51.56%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066774 (or 0x066774) is known color: Blue Lagoon. HEX triplet: 06, 67 and 74. RGB value is (6,103,116). Sum of RGB (Red+Green+Blue) = 6+103+116=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #066774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066774 is #F9988B. Grayscale: #4B4B4B. Windows color (decimal): -16357516 or 7628550. OLE color: 7628550.

HSL color Cylindrical-coordinate representation of color #066774: hue angle of 187.09º 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 #066774 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 103 116 -
CMYK 0.95 0.11 0 0.55
HSL 187.09º 0.9% 0.24% -
HSV(B) 187.09º 0.95% 0.45% -
XYZ 8.08 11 18.22 -
YUV 75.48 150.86 78.44 -
System Red Green Blue C M Y K H S L
Decimal 6 103 116 0.95 0.11 0 0.55 187.09 0.9 0.24
Hex 6 67 74 5F B 0 37 BB 5A 18
Octal 6 147 164 137 13 0 67 273 132 30
Binary 110 1100111 1110100 1011111 1011 0 110111 10111011 1011010 11000

Color Harmonies of #066774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066774

Black with #066774

Text Example


Text Example

White with #066774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066774; }

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

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

background-color css

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

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

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

border-color css

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

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

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