#6CABBE

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

Shades of Glacier #6CABBE

Tints of Glacier #6CABBE

Color information

#6CABBE (or 0x6CABBE) is unknown color: approx Glacier. HEX triplet: 6C, AB and BE. RGB value is (108,171,190). Sum of RGB (Red+Green+Blue) = 108+171+190=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABBE is #935441. Grayscale: #9A9A9A. Windows color (decimal): -9655362 or 12495724. OLE color: 12495724.

HSL color Cylindrical-coordinate representation of color #6CABBE: hue angle of 193.9º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CABBE is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108171190-
CMYK0.430.1000.25
HSL193.9º38.68%58.43%-
HSV(B)193.9º43.16%74.51%-
XYZ30.0436.0354.09-
YUV154.33148.1394.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.03%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=23.03%
G=36.46%
B=40.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081711900.430.1000.25193.938.6858.43
Hex6CABBE2BA019c2273a
Octal15425327653120313024772
Binary11011001010101110111110101011101001100111000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,171,190); }

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

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

 a { background-color: rgb(108,171,190); }

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

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

 span { border-color: rgb(108,171,190); }

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