Html Css Color HEX #6CAABC Glacier

📋 copy color: '#6CAABC'

red 108 ◦ green 170 ◦ blue 188

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

Shades of Glacier #6CAABC

Tints of Glacier #6CAABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 23.18%
G = 36.48%
B = 40.34%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6CAABC (or 0x6CAABC) is known color: Glacier. HEX triplet: 6C, AA and BC. RGB value is (108,170,188). Sum of RGB (Red+Green+Blue) = 108+170+188=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAABC is #935543. Grayscale: #999999. Windows color (decimal): -9655620 or 12364396. OLE color: 12364396.

HSL color Cylindrical-coordinate representation of color #6CAABC: hue angle of 193.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CAABC is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 170 188 -
CMYK 0.43 0.10 0 0.26
HSL 193.5º 0.37% 0.58% -
HSV(B) 193.5º 0.43% 0.74% -
XYZ 29.64 35.57 52.88 -
YUV 153.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 108 170 188 0.43 0.10 0 0.26 193.5 0.37 0.58
Hex 6C AA BC 2B A 0 1A C2 25 3A
Octal 154 252 274 53 12 0 32 302 45 72
Binary 1101100 10101010 10111100 101011 1010 0 11010 11000010 100101 111010

Color Harmonies of #6CAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAABC

Black with #6CAABC

Text Example


Text Example

White with #6CAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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