Html Css Color HEX #066978 Blue Lagoon

📋 copy color: '#066978'

red 6 ◦ green 105 ◦ blue 120

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

Shades of Blue Lagoon #066978

Tints of Blue Lagoon #066978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.45%

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 2.6%
G = 45.45%
B = 51.95%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#066978 (or 0x066978) is known color: Blue Lagoon. HEX triplet: 06, 69 and 78. RGB value is (6,105,120). Sum of RGB (Red+Green+Blue) = 6+105+120=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #066978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066978 is #F99687. Grayscale: #4C4C4C. Windows color (decimal): -16357000 or 7891206. OLE color: 7891206.

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

Color convert

RGB 6 105 120 -
CMYK 0.95 0.13 0 0.53
HSL 187.89º 0.9% 0.25% -
HSV(B) 187.89º 0.95% 0.47% -
XYZ 8.52 11.5 19.54 -
YUV 77.11 152.2 77.28 -
System Red Green Blue C M Y K H S L
Decimal 6 105 120 0.95 0.13 0 0.53 187.89 0.9 0.25
Hex 6 69 78 5F D 0 35 BC 5A 19
Octal 6 151 170 137 15 0 65 274 132 31
Binary 110 1101001 1111000 1011111 1101 0 110101 10111100 1011010 11001

Color Harmonies of #066978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066978

Black with #066978

Text Example


Text Example

White with #066978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066978; }

 p { color: rgb(6,105,120); }

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

background-color css

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

 a { background-color: rgb(6,105,120); }

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

border-color css

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

 span { border-color: rgb(6,105,120); }

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