Html Css Color HEX #066A76 Blue Lagoon

📋 copy color: '#066A76'

red 6 ◦ green 106 ◦ blue 118

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

Shades of Blue Lagoon #066A76

Tints of Blue Lagoon #066A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.09%

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

R = 2.61%
G = 46.09%
B = 51.3%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#066A76 (or 0x066A76) is known color: Blue Lagoon. HEX triplet: 06, 6A and 76. RGB value is (6,106,118). Sum of RGB (Red+Green+Blue) = 6+106+118=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #066A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A76 is #F99589. Grayscale: #4D4D4D. Windows color (decimal): -16356746 or 7760390. OLE color: 7760390.

HSL color Cylindrical-coordinate representation of color #066A76: hue angle of 186.43º 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 #066A76 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 106 118 -
CMYK 0.95 0.10 0 0.54
HSL 186.43º 0.9% 0.24% -
HSV(B) 186.43º 0.95% 0.46% -
XYZ 8.5 11.65 18.94 -
YUV 77.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 6 106 118 0.95 0.10 0 0.54 186.43 0.9 0.24
Hex 6 6A 76 5F A 0 36 BA 5A 18
Octal 6 152 166 137 12 0 66 272 132 30
Binary 110 1101010 1110110 1011111 1010 0 110110 10111010 1011010 11000

Color Harmonies of #066A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066A76

Black with #066A76

Text Example


Text Example

White with #066A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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