Html Css Color HEX #06606F Blue Lagoon

📋 copy color: '#06606F'

red 6 ◦ green 96 ◦ blue 111

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

Shades of Blue Lagoon #06606F

Tints of Blue Lagoon #06606F

RGB

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

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

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

R = 2.82%
G = 45.07%
B = 52.11%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#06606F (or 0x06606F) is known color: Blue Lagoon. HEX triplet: 06, 60 and 6F. RGB value is (6,96,111). Sum of RGB (Red+Green+Blue) = 6+96+111=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #06606F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06606F is #F99F90. Grayscale: #464646. Windows color (decimal): -16359313 or 7299078. OLE color: 7299078.

HSL color Cylindrical-coordinate representation of color #06606F: hue angle of 188.57º 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 #06606F is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 96 111 -
CMYK 0.95 0.14 0 0.56
HSL 188.57º 0.9% 0.23% -
HSV(B) 188.57º 0.95% 0.44% -
XYZ 7.13 9.55 16.51 -
YUV 70.8 150.68 81.78 -
System Red Green Blue C M Y K H S L
Decimal 6 96 111 0.95 0.14 0 0.56 188.57 0.9 0.23
Hex 6 60 6F 5F E 0 38 BD 5A 17
Octal 6 140 157 137 16 0 70 275 132 27
Binary 110 1100000 1101111 1011111 1110 0 111000 10111101 1011010 10111

Color Harmonies of #06606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06606F

Black with #06606F

Text Example


Text Example

White with #06606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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