Html Css Color HEX #6ABDC3 Glacier

📋 copy color: '#6ABDC3'

red 106 ◦ green 189 ◦ blue 195

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

Shades of Glacier #6ABDC3

Tints of Glacier #6ABDC3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.57%

 BLUE value IS 195 (76.56% from 255) = 39.8%

R = 21.63%
G = 38.57%
B = 39.8%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6ABDC3 (or 0x6ABDC3) is known color: Glacier. HEX triplet: 6A, BD and C3. RGB value is (106,189,195). Sum of RGB (Red+Green+Blue) = 106+189+195=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #6ABDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDC3 is #95423C. Grayscale: #A4A4A4. Windows color (decimal): -9781821 or 12828010. OLE color: 12828010.

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

Color convert

RGB 106 189 195 -
CMYK 0.46 0.03 0 0.24
HSL 184.04º 0.43% 0.59% -
HSV(B) 184.04º 0.46% 0.76% -
XYZ 33.99 43.4 58.22 -
YUV 164.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 106 189 195 0.46 0.03 0 0.24 184.04 0.43 0.59
Hex 6A BD C3 2E 3 0 18 B8 2B 3B
Octal 152 275 303 56 3 0 30 270 53 73
Binary 1101010 10111101 11000011 101110 11 0 11000 10111000 101011 111011

Color Harmonies of #6ABDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABDC3

Black with #6ABDC3

Text Example


Text Example

White with #6ABDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,189,195); }

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

background-color css

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

 a { background-color: rgb(106,189,195); }

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

border-color css

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

 span { border-color: rgb(106,189,195); }

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