Html Css Color HEX #066879 Blue Lagoon

📋 copy color: '#066879'

red 6 ◦ green 104 ◦ blue 121

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

Shades of Blue Lagoon #066879

Tints of Blue Lagoon #066879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.38%

R = 2.6%
G = 45.02%
B = 52.38%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#066879 (or 0x066879) is known color: Blue Lagoon. HEX triplet: 06, 68 and 79. RGB value is (6,104,121). Sum of RGB (Red+Green+Blue) = 6+104+121=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #066879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066879 is #F99786. Grayscale: #4C4C4C. Windows color (decimal): -16357255 or 7956486. OLE color: 7956486.

HSL color Cylindrical-coordinate representation of color #066879: hue angle of 188.87º degrees, saturation: 0.91, 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 #066879 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 104 121 -
CMYK 0.95 0.14 0 0.53
HSL 188.87º 0.91% 0.25% -
HSV(B) 188.87º 0.95% 0.47% -
XYZ 8.48 11.32 19.83 -
YUV 76.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 6 104 121 0.95 0.14 0 0.53 188.87 0.91 0.25
Hex 6 68 79 5F E 0 35 BD 5B 19
Octal 6 150 171 137 16 0 65 275 133 31
Binary 110 1101000 1111001 1011111 1110 0 110101 10111101 1011011 11001

Color Harmonies of #066879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066879

Black with #066879

Text Example


Text Example

White with #066879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066879; }

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

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

background-color css

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

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

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

border-color css

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

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

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