Html Css Color HEX #6CAABF Glacier

📋 copy color: '#6CAABF'

red 108 ◦ green 170 ◦ blue 191

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

Shades of Glacier #6CAABF

Tints of Glacier #6CAABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.72%

R = 23.03%
G = 36.25%
B = 40.72%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6CAABF (or 0x6CAABF) is known color: Glacier. HEX triplet: 6C, AA and BF. RGB value is (108,170,191). Sum of RGB (Red+Green+Blue) = 108+170+191=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #6CAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAABF is #935540. Grayscale: #999999. Windows color (decimal): -9655617 or 12561004. OLE color: 12561004.

HSL color Cylindrical-coordinate representation of color #6CAABF: hue angle of 195.18º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CAABF is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 170 191 -
CMYK 0.43 0.11 0 0.25
HSL 195.18º 0.39% 0.59% -
HSV(B) 195.18º 0.43% 0.75% -
XYZ 29.96 35.7 54.6 -
YUV 153.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 108 170 191 0.43 0.11 0 0.25 195.18 0.39 0.59
Hex 6C AA BF 2B B 0 19 C3 27 3B
Octal 154 252 277 53 13 0 31 303 47 73
Binary 1101100 10101010 10111111 101011 1011 0 11001 11000011 100111 111011

Color Harmonies of #6CAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAABF

Black with #6CAABF

Text Example


Text Example

White with #6CAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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