Html Css Color HEX #06626F Blue Lagoon

📋 copy color: '#06626F'

red 6 ◦ green 98 ◦ blue 111

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

Shades of Blue Lagoon #06626F

Tints of Blue Lagoon #06626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.63%

R = 2.79%
G = 45.58%
B = 51.63%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#06626F (or 0x06626F) is known color: Blue Lagoon. HEX triplet: 06, 62 and 6F. RGB value is (6,98,111). Sum of RGB (Red+Green+Blue) = 6+98+111=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #06626F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06626F is #F99D90. Grayscale: #474747. Windows color (decimal): -16358801 or 7299590. OLE color: 7299590.

HSL color Cylindrical-coordinate representation of color #06626F: hue angle of 187.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06626F is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 98 111 -
CMYK 0.95 0.12 0 0.56
HSL 187.43º 0.9% 0.23% -
HSV(B) 187.43º 0.95% 0.44% -
XYZ 7.31 9.92 16.57 -
YUV 71.97 150.02 80.94 -
System Red Green Blue C M Y K H S L
Decimal 6 98 111 0.95 0.12 0 0.56 187.43 0.9 0.23
Hex 6 62 6F 5F C 0 38 BB 5A 17
Octal 6 142 157 137 14 0 70 273 132 27
Binary 110 1100010 1101111 1011111 1100 0 111000 10111011 1011010 10111

Color Harmonies of #06626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06626F

Black with #06626F

Text Example


Text Example

White with #06626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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