#6CA9C1

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

Shades of Glacier #6CA9C1

Tints of Glacier #6CA9C1

Color information

#6CA9C1 (or 0x6CA9C1) is unknown color: approx Glacier. HEX triplet: 6C, A9 and C1. RGB value is (108,169,193). Sum of RGB (Red+Green+Blue) = 108+169+193=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #6CA9C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA9C1 is #93563E. Grayscale: #999999. Windows color (decimal): -9655871 or 12691820. OLE color: 12691820.

HSL color Cylindrical-coordinate representation of color #6CA9C1: hue angle of 196.94º 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 #6CA9C1 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB108169193-
CMYK0.440.1200.24
HSL196.94º40.67%59.02%-
HSV(B)196.94º44.04%75.69%-
XYZ3035.4155.71-
YUV153.5150.2995.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.98%
GREEN value IS 169 (66.41% from 255) = 35.96%
BLUE value IS 193 (75.78% from 255) = 41.06%
R=22.98%
G=35.96%
B=41.06%

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
Decimal1081691930.440.1200.24196.9440.6759.02
Hex6CA9C12CC018c5293b
Octal15425130154140303055173
Binary11011001010100111000001101100110001100011000101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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