Html Css Color HEX #066876 Blue Lagoon

📋 copy color: '#066876'

red 6 ◦ green 104 ◦ blue 118

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

Shades of Blue Lagoon #066876

Tints of Blue Lagoon #066876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.61%

 BLUE value IS 118 (46.48% from 255) = 51.75%

R = 2.63%
G = 45.61%
B = 51.75%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#066876 (or 0x066876) is known color: Blue Lagoon. HEX triplet: 06, 68 and 76. RGB value is (6,104,118). Sum of RGB (Red+Green+Blue) = 6+104+118=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #066876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066876 is #F99789. Grayscale: #4C4C4C. Windows color (decimal): -16357258 or 7759878. OLE color: 7759878.

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

Color convert

RGB 6 104 118 -
CMYK 0.95 0.12 0 0.54
HSL 187.5º 0.9% 0.24% -
HSV(B) 187.5º 0.95% 0.46% -
XYZ 8.3 11.25 18.87 -
YUV 76.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 6 104 118 0.95 0.12 0 0.54 187.5 0.9 0.24
Hex 6 68 76 5F C 0 36 BC 5A 18
Octal 6 150 166 137 14 0 66 274 132 30
Binary 110 1101000 1110110 1011111 1100 0 110110 10111100 1011010 11000

Color Harmonies of #066876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066876

Black with #066876

Text Example


Text Example

White with #066876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066876; }

 p { color: rgb(6,104,118); }

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

background-color css

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

 a { background-color: rgb(6,104,118); }

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

border-color css

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

 span { border-color: rgb(6,104,118); }

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