Html Css Color HEX #6ABAC1 Glacier

📋 copy color: '#6ABAC1'

red 106 ◦ green 186 ◦ blue 193

#6ABAC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #6ABAC1

Tints of Glacier #6ABAC1

RGB

 RED value IS 106 (41.8% from 255) = 21.86%

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 21.86%
G = 38.35%
B = 39.79%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6ABAC1 (or 0x6ABAC1) is known color: Glacier. HEX triplet: 6A, BA and C1. RGB value is (106,186,193). Sum of RGB (Red+Green+Blue) = 106+186+193=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #6ABAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABAC1 is #95453E. Grayscale: #A2A2A2. Windows color (decimal): -9782591 or 12696170. OLE color: 12696170.

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

Color convert

RGB 106 186 193 -
CMYK 0.45 0.04 0 0.24
HSL 184.83º 0.41% 0.59% -
HSV(B) 184.83º 0.45% 0.76% -
XYZ 33.13 42.03 56.82 -
YUV 162.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 106 186 193 0.45 0.04 0 0.24 184.83 0.41 0.59
Hex 6A BA C1 2D 4 0 18 B9 29 3B
Octal 152 272 301 55 4 0 30 271 51 73
Binary 1101010 10111010 11000001 101101 100 0 11000 10111001 101001 111011

Color Harmonies of #6ABAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABAC1

Black with #6ABAC1

Text Example


Text Example

White with #6ABAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ABAC1;
 }
 .AnyTagClassName
 {
   color: #6ABAC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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