Html Css Color HEX #066579 Blue Lagoon

📋 copy color: '#066579'

red 6 ◦ green 101 ◦ blue 121

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

Shades of Blue Lagoon #066579

Tints of Blue Lagoon #066579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.3%

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

R = 2.63%
G = 44.3%
B = 53.07%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#066579 (or 0x066579) is known color: Blue Lagoon. HEX triplet: 06, 65 and 79. RGB value is (6,101,121). Sum of RGB (Red+Green+Blue) = 6+101+121=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #066579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066579 is #F99A86. Grayscale: #4A4A4A. Windows color (decimal): -16358023 or 7955718. OLE color: 7955718.

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

Color convert

RGB 6 101 121 -
CMYK 0.95 0.17 0 0.53
HSL 190.43º 0.91% 0.25% -
HSV(B) 190.43º 0.95% 0.47% -
XYZ 8.18 10.73 19.73 -
YUV 74.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 6 101 121 0.95 0.17 0 0.53 190.43 0.91 0.25
Hex 6 65 79 5F 11 0 35 BE 5B 19
Octal 6 145 171 137 21 0 65 276 133 31
Binary 110 1100101 1111001 1011111 10001 0 110101 10111110 1011011 11001

Color Harmonies of #066579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066579

Black with #066579

Text Example


Text Example

White with #066579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066579; }

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

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

background-color css

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

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

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

border-color css

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

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

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