#6CAAC1

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

Shades of Glacier #6CAAC1

Tints of Glacier #6CAAC1

Color information

#6CAAC1 (or 0x6CAAC1) is unknown color: approx Glacier. HEX triplet: 6C, AA and C1. RGB value is (108,170,193). Sum of RGB (Red+Green+Blue) = 108+170+193=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #6CAAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAAC1 is #93553E. Grayscale: #999999. Windows color (decimal): -9655615 or 12692076. OLE color: 12692076.

HSL color Cylindrical-coordinate representation of color #6CAAC1: hue angle of 196.24º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CAAC1 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB108170193-
CMYK0.440.1200.24
HSL196.24º40.67%59.02%-
HSV(B)196.24º44.04%75.69%-
XYZ30.1835.7955.77-
YUV154.08149.9695.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.93%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=22.93%
G=36.09%
B=40.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1081701930.440.1200.24196.2440.6759.02
Hex6CAAC12CC018c4293b
Octal15425230154140303045173
Binary11011001010101011000001101100110001100011000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,193); }

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

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

 a { background-color: rgb(108,170,193); }

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

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

 span { border-color: rgb(108,170,193); }

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