Html Css Color HEX #06606E Blue Lagoon

📋 copy color: '#06606E'

red 6 ◦ green 96 ◦ blue 110

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

Shades of Blue Lagoon #06606E

Tints of Blue Lagoon #06606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 2.83%
G = 45.28%
B = 51.89%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06606E (or 0x06606E) is known color: Blue Lagoon. HEX triplet: 06, 60 and 6E. RGB value is (6,96,110). Sum of RGB (Red+Green+Blue) = 6+96+110=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #06606E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06606E is #F99F91. Grayscale: #464646. Windows color (decimal): -16359314 or 7233542. OLE color: 7233542.

HSL color Cylindrical-coordinate representation of color #06606E: hue angle of 188.08º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06606E is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 96 110 -
CMYK 0.95 0.13 0 0.57
HSL 188.08º 0.9% 0.23% -
HSV(B) 188.08º 0.95% 0.43% -
XYZ 7.07 9.53 16.22 -
YUV 70.69 150.18 81.86 -
System Red Green Blue C M Y K H S L
Decimal 6 96 110 0.95 0.13 0 0.57 188.08 0.9 0.23
Hex 6 60 6E 5F D 0 39 BC 5A 17
Octal 6 140 156 137 15 0 71 274 132 27
Binary 110 1100000 1101110 1011111 1101 0 111001 10111100 1011010 10111

Color Harmonies of #06606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06606E

Black with #06606E

Text Example


Text Example

White with #06606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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