#6CACC7

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

Shades of Glacier #6CACC7

Tints of Glacier #6CACC7

Color information

#6CACC7 (or 0x6CACC7) is unknown color: approx Glacier. HEX triplet: 6C, AC and C7. RGB value is (108,172,199). Sum of RGB (Red+Green+Blue) = 108+172+199=479 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.55% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #6CACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACC7 is #935338. Grayscale: #9B9B9B. Windows color (decimal): -9655097 or 13085804. OLE color: 13085804.

HSL color Cylindrical-coordinate representation of color #6CACC7: hue angle of 197.8º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CACC7 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB108172199-
CMYK0.460.1400.22
HSL197.8º44.83%60.2%-
HSV(B)197.8º45.73%78.04%-
XYZ31.2536.8259.49-
YUV155.94152.393.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.55%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 199 (78.12% from 255) = 41.54%
R=22.55%
G=35.91%
B=41.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1081721990.460.1400.22197.844.8360.2
Hex6CACC72EE016c62d3c
Octal15425430756160263065574
Binary11011001010110011000111101110111001011011000110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,172,199); }

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

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

 a { background-color: rgb(108,172,199); }

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

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

 span { border-color: rgb(108,172,199); }

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