#6DACBC

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

Shades of Glacier #6DACBC

Tints of Glacier #6DACBC

Color information

#6DACBC (or 0x6DACBC) is unknown color: approx Glacier. HEX triplet: 6D, AC and BC. RGB value is (109,172,188). Sum of RGB (Red+Green+Blue) = 109+172+188=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #6DACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACBC is #925343. Grayscale: #9A9A9A. Windows color (decimal): -9589572 or 12364909. OLE color: 12364909.

HSL color Cylindrical-coordinate representation of color #6DACBC: hue angle of 192.15º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DACBC is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109172188-
CMYK0.420.0900.26
HSL192.15º37.09%58.24%-
HSV(B)192.15º42.02%73.73%-
XYZ30.1436.3953.01-
YUV154.99146.6395.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.24%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=23.24%
G=36.67%
B=40.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091721880.420.0900.26192.1537.0958.24
Hex6DACBC2A901Ac0253a
Octal15525427452110323004572
Binary11011011010110010111100101010100101101011000000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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