Html Css Color HEX #066479 Blue Lagoon

📋 copy color: '#066479'

red 6 ◦ green 100 ◦ blue 121

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

Shades of Blue Lagoon #066479

Tints of Blue Lagoon #066479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.05%

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

R = 2.64%
G = 44.05%
B = 53.3%

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

#066479 (or 0x066479) is known color: Blue Lagoon. HEX triplet: 06, 64 and 79. RGB value is (6,100,121). Sum of RGB (Red+Green+Blue) = 6+100+121=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #066479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066479 is #F99B86. Grayscale: #4A4A4A. Windows color (decimal): -16358279 or 7955462. OLE color: 7955462.

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

Color convert

RGB 6 100 121 -
CMYK 0.95 0.17 0 0.53
HSL 190.96º 0.91% 0.25% -
HSV(B) 190.96º 0.95% 0.47% -
XYZ 8.08 10.53 19.7 -
YUV 74.29 154.36 79.29 -
System Red Green Blue C M Y K H S L
Decimal 6 100 121 0.95 0.17 0 0.53 190.96 0.91 0.25
Hex 6 64 79 5F 11 0 35 BF 5B 19
Octal 6 144 171 137 21 0 65 277 133 31
Binary 110 1100100 1111001 1011111 10001 0 110101 10111111 1011011 11001

Color Harmonies of #066479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066479

Black with #066479

Text Example


Text Example

White with #066479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066479; }

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

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

background-color css

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

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

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

border-color css

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

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

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