Html Css Color HEX #06626D Blue Lagoon

📋 copy color: '#06626D'

red 6 ◦ green 98 ◦ blue 109

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

Shades of Blue Lagoon #06626D

Tints of Blue Lagoon #06626D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.17%

R = 2.82%
G = 46.01%
B = 51.17%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06626D (or 0x06626D) is known color: Blue Lagoon. HEX triplet: 06, 62 and 6D. RGB value is (6,98,109). Sum of RGB (Red+Green+Blue) = 6+98+109=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #06626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06626D is #F99D92. Grayscale: #474747. Windows color (decimal): -16358803 or 7168518. OLE color: 7168518.

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

Color convert

RGB 6 98 109 -
CMYK 0.94 0.10 0 0.57
HSL 186.41º 0.9% 0.23% -
HSV(B) 186.41º 0.94% 0.43% -
XYZ 7.2 9.88 16 -
YUV 71.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 6 98 109 0.94 0.10 0 0.57 186.41 0.9 0.23
Hex 6 62 6D 5E A 0 39 BA 5A 17
Octal 6 142 155 136 12 0 71 272 132 27
Binary 110 1100010 1101101 1011110 1010 0 111001 10111010 1011010 10111

Color Harmonies of #06626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06626D

Black with #06626D

Text Example


Text Example

White with #06626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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