Html Css Color HEX #06656F Blue Lagoon

📋 copy color: '#06656F'

red 6 ◦ green 101 ◦ blue 111

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

Shades of Blue Lagoon #06656F

Tints of Blue Lagoon #06656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.33%

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

R = 2.75%
G = 46.33%
B = 50.92%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#06656F (or 0x06656F) is known color: Blue Lagoon. HEX triplet: 06, 65 and 6F. RGB value is (6,101,111). Sum of RGB (Red+Green+Blue) = 6+101+111=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #06656F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06656F is #F99A90. Grayscale: #494949. Windows color (decimal): -16358033 or 7300358. OLE color: 7300358.

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

Color convert

RGB 6 101 111 -
CMYK 0.95 0.09 0 0.56
HSL 185.71º 0.9% 0.23% -
HSV(B) 185.71º 0.95% 0.44% -
XYZ 7.6 10.49 16.66 -
YUV 73.74 149.03 79.69 -
System Red Green Blue C M Y K H S L
Decimal 6 101 111 0.95 0.09 0 0.56 185.71 0.9 0.23
Hex 6 65 6F 5F 9 0 38 BA 5A 17
Octal 6 145 157 137 11 0 70 272 132 27
Binary 110 1100101 1101111 1011111 1001 0 111000 10111010 1011010 10111

Color Harmonies of #06656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06656F

Black with #06656F

Text Example


Text Example

White with #06656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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