Html Css Color HEX #066079 Blue Lagoon

📋 copy color: '#066079'

red 6 ◦ green 96 ◦ blue 121

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

Shades of Blue Lagoon #066079

Tints of Blue Lagoon #066079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.05%

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

R = 2.69%
G = 43.05%
B = 54.26%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#066079 (or 0x066079) is known color: Blue Lagoon. HEX triplet: 06, 60 and 79. RGB value is (6,96,121). Sum of RGB (Red+Green+Blue) = 6+96+121=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #066079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066079 is #F99F86. Grayscale: #474747. Windows color (decimal): -16359303 or 7954438. OLE color: 7954438.

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

Color convert

RGB 6 96 121 -
CMYK 0.95 0.21 0 0.53
HSL 193.04º 0.91% 0.25% -
HSV(B) 193.04º 0.95% 0.47% -
XYZ 7.71 9.78 19.57 -
YUV 71.94 155.68 80.97 -
System Red Green Blue C M Y K H S L
Decimal 6 96 121 0.95 0.21 0 0.53 193.04 0.91 0.25
Hex 6 60 79 5F 15 0 35 C1 5B 19
Octal 6 140 171 137 25 0 65 301 133 31
Binary 110 1100000 1111001 1011111 10101 0 110101 11000001 1011011 11001

Color Harmonies of #066079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066079

Black with #066079

Text Example


Text Example

White with #066079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066079; }

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

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

background-color css

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

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

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

border-color css

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

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

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