#6CADBF

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

Shades of Glacier #6CADBF

Tints of Glacier #6CADBF

Color information

#6CADBF (or 0x6CADBF) is unknown color: approx Glacier. HEX triplet: 6C, AD and BF. RGB value is (108,173,191). Sum of RGB (Red+Green+Blue) = 108+173+191=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #6CADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADBF is #935240. Grayscale: #9B9B9B. Windows color (decimal): -9654849 or 12561772. OLE color: 12561772.

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

Color convert

RGB108173191-
CMYK0.430.0900.25
HSL193.01º39.34%58.63%-
HSV(B)193.01º43.46%74.9%-
XYZ30.5336.8454.79-
YUV155.62147.9794.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.88%
GREEN value IS 173 (67.97% from 255) = 36.65%
BLUE value IS 191 (75% from 255) = 40.47%
R=22.88%
G=36.65%
B=40.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081731910.430.0900.25193.0139.3458.63
Hex6CADBF2B9019c1273b
Octal15425527753110313014773
Binary11011001010110110111111101011100101100111000001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,173,191); }

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

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

 a { background-color: rgb(108,173,191); }

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

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

 span { border-color: rgb(108,173,191); }

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