Html Css Color HEX #06626E Blue Lagoon

📋 copy color: '#06626E'

red 6 ◦ green 98 ◦ blue 110

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

Shades of Blue Lagoon #06626E

Tints of Blue Lagoon #06626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.79%

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

R = 2.8%
G = 45.79%
B = 51.4%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06626E (or 0x06626E) is known color: Blue Lagoon. HEX triplet: 06, 62 and 6E. RGB value is (6,98,110). Sum of RGB (Red+Green+Blue) = 6+98+110=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #06626E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06626E is #F99D91. Grayscale: #474747. Windows color (decimal): -16358802 or 7234054. OLE color: 7234054.

HSL color Cylindrical-coordinate representation of color #06626E: hue angle of 186.92º 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 #06626E is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 98 110 -
CMYK 0.95 0.11 0 0.57
HSL 186.92º 0.9% 0.23% -
HSV(B) 186.92º 0.95% 0.43% -
XYZ 7.26 9.9 16.28 -
YUV 71.86 149.52 81.02 -
System Red Green Blue C M Y K H S L
Decimal 6 98 110 0.95 0.11 0 0.57 186.92 0.9 0.23
Hex 6 62 6E 5F B 0 39 BB 5A 17
Octal 6 142 156 137 13 0 71 273 132 27
Binary 110 1100010 1101110 1011111 1011 0 111001 10111011 1011010 10111

Color Harmonies of #06626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06626E

Black with #06626E

Text Example


Text Example

White with #06626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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