#6DB3BE

Color #6DB3BE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #6DB3BE

Tints of Glacier #6DB3BE

Color information

#6DB3BE (or 0x6DB3BE) is unknown color: approx Glacier. HEX triplet: 6D, B3 and BE. RGB value is (109,179,190). Sum of RGB (Red+Green+Blue) = 109+179+190=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DB3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB3BE is #924C41. Grayscale: #9F9F9F. Windows color (decimal): -9587778 or 12497773. OLE color: 12497773.

HSL color Cylindrical-coordinate representation of color #6DB3BE: hue angle of 188.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DB3BE is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109179190-
CMYK0.430.0600.25
HSL188.15º38.39%58.63%-
HSV(B)188.15º42.63%74.51%-
XYZ31.7239.2154.61-
YUV159.32145.3192.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.80%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=22.80%
G=37.45%
B=39.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091791900.430.0600.25188.1538.3958.63
Hex6DB3BE2B6019bc263b
Octal1552632765360312744673
Binary1101101101100111011111010101111001100110111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DB3BE; }

 p { color: rgb(109,179,190); }

 H1.HeaderClassName
 {
   color: #6DB3BE;
 }
 .AnyTagClassName
 {
   color: #6DB3BE;
 }
</style>
background-color css

<style>
 a { background-color: #6DB3BE; }

 a { background-color: rgb(109,179,190); }

 div.DivClassName
 {
   background-color: #6DB3BE;
 }
 .BgClassName
 {
   background-color: #6DB3BE;
 }
</style>
border-color css

<style>
 span { border-color: #6DB3BE; }

 span { border-color: rgb(109,179,190); }

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