#6ABBC1

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

Shades of Glacier #6ABBC1

Tints of Glacier #6ABBC1

Color information

#6ABBC1 (or 0x6ABBC1) is unknown color: approx Glacier. HEX triplet: 6A, BB and C1. RGB value is (106,187,193). Sum of RGB (Red+Green+Blue) = 106+187+193=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #6ABBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBC1 is #95443E. Grayscale: #A3A3A3. Windows color (decimal): -9782335 or 12696426. OLE color: 12696426.

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

Color convert

RGB106187193-
CMYK0.450.0300.24
HSL184.14º41.23%58.63%-
HSV(B)184.14º45.08%75.69%-
XYZ33.3442.4656.89-
YUV163.46144.6687.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.81%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 193 (75.78% from 255) = 39.71%
R=21.81%
G=38.48%
B=39.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061871930.450.0300.24184.1441.2358.63
Hex6ABBC12D3018b8293b
Octal1522733015530302705173
Binary110101010111011110000011011011101100010111000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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