#6AB9C1

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

Shades of Glacier #6AB9C1

Tints of Glacier #6AB9C1

Color information

#6AB9C1 (or 0x6AB9C1) is unknown color: approx Glacier. HEX triplet: 6A, B9 and C1. RGB value is (106,185,193). Sum of RGB (Red+Green+Blue) = 106+185+193=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #6AB9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB9C1 is #95463E. Grayscale: #A2A2A2. Windows color (decimal): -9782847 or 12695914. OLE color: 12695914.

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

Color convert

RGB106185193-
CMYK0.450.0400.24
HSL185.52º41.23%58.63%-
HSV(B)185.52º45.08%75.69%-
XYZ32.9241.6156.75-
YUV162.29145.3387.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=21.90%
G=38.22%
B=39.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061851930.450.0400.24185.5241.2358.63
Hex6AB9C12D4018ba293b
Octal1522713015540302725173
Binary1101010101110011100000110110110001100010111010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,185,193); }

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

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

 a { background-color: rgb(106,185,193); }

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

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

 span { border-color: rgb(106,185,193); }

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