#6DB4BE

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

Shades of Glacier #6DB4BE

Tints of Glacier #6DB4BE

Color information

#6DB4BE (or 0x6DB4BE) is unknown color: approx Glacier. HEX triplet: 6D, B4 and BE. RGB value is (109,180,190). Sum of RGB (Red+Green+Blue) = 109+180+190=479 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.76% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB4BE is #924B41. Grayscale: #9F9F9F. Windows color (decimal): -9587522 or 12498029. OLE color: 12498029.

HSL color Cylindrical-coordinate representation of color #6DB4BE: hue angle of 187.41º 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 #6DB4BE is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109180190-
CMYK0.430.0500.25
HSL187.41º38.39%58.63%-
HSV(B)187.41º42.63%74.51%-
XYZ31.9239.6154.68-
YUV159.91144.9891.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.76%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=22.76%
G=37.58%
B=39.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091801900.430.0500.25187.4138.3958.63
Hex6DB4BE2B5019bb263b
Octal1552642765350312734673
Binary1101101101101001011111010101110101100110111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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