#6DACBB

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

Shades of Glacier #6DACBB

Tints of Glacier #6DACBB

Color information

#6DACBB (or 0x6DACBB) is unknown color: approx Glacier. HEX triplet: 6D, AC and BB. RGB value is (109,172,187). Sum of RGB (Red+Green+Blue) = 109+172+187=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACBB is #925344. Grayscale: #9A9A9A. Windows color (decimal): -9589573 or 12299373. OLE color: 12299373.

HSL color Cylindrical-coordinate representation of color #6DACBB: hue angle of 191.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DACBB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109172187-
CMYK0.420.0800.27
HSL191.54º36.45%58.04%-
HSV(B)191.54º41.71%73.33%-
XYZ30.0336.3452.45-
YUV154.87146.1395.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.29%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=23.29%
G=36.75%
B=39.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091721870.420.0800.27191.5436.4558.04
Hex6DACBB2A801Bc0243a
Octal15525427352100333004472
Binary11011011010110010111011101010100001101111000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,172,187); }

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

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

 a { background-color: rgb(109,172,187); }

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

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

 span { border-color: rgb(109,172,187); }

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