Html Css Color HEX #6CAABA Glacier

📋 copy color: '#6CAABA'

red 108 ◦ green 170 ◦ blue 186

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

Shades of Glacier #6CAABA

Tints of Glacier #6CAABA

RGB

 RED value IS 108 (42.58% from 255) = 23.28%

 GREEN value IS 170 (66.8% from 255) = 36.64%

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 23.28%
G = 36.64%
B = 40.09%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6CAABA (or 0x6CAABA) is known color: Glacier. HEX triplet: 6C, AA and BA. RGB value is (108,170,186). Sum of RGB (Red+Green+Blue) = 108+170+186=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAABA is #935545. Grayscale: #999999. Windows color (decimal): -9655622 or 12233324. OLE color: 12233324.

HSL color Cylindrical-coordinate representation of color #6CAABA: hue angle of 192.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CAABA is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 170 186 -
CMYK 0.42 0.09 0 0.27
HSL 192.31º 0.36% 0.58% -
HSV(B) 192.31º 0.42% 0.73% -
XYZ 29.42 35.48 51.75 -
YUV 153.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 108 170 186 0.42 0.09 0 0.27 192.31 0.36 0.58
Hex 6C AA BA 2A 9 0 1B C0 24 3A
Octal 154 252 272 52 11 0 33 300 44 72
Binary 1101100 10101010 10111010 101010 1001 0 11011 11000000 100100 111010

Color Harmonies of #6CAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAABA

Black with #6CAABA

Text Example


Text Example

White with #6CAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,170,186); }

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

background-color css

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

 a { background-color: rgb(108,170,186); }

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

border-color css

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

 span { border-color: rgb(108,170,186); }

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