Html Css Color HEX #6CAABD Glacier

📋 copy color: '#6CAABD'

red 108 ◦ green 170 ◦ blue 189

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

Shades of Glacier #6CAABD

Tints of Glacier #6CAABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 23.13%
G = 36.4%
B = 40.47%

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

#6CAABD (or 0x6CAABD) is known color: Glacier. HEX triplet: 6C, AA and BD. RGB value is (108,170,189). Sum of RGB (Red+Green+Blue) = 108+170+189=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #6CAABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAABD is #935542. Grayscale: #999999. Windows color (decimal): -9655619 or 12429932. OLE color: 12429932.

HSL color Cylindrical-coordinate representation of color #6CAABD: hue angle of 194.07º degrees, saturation: 0.38, 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 #6CAABD is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 170 189 -
CMYK 0.43 0.10 0 0.26
HSL 194.07º 0.38% 0.58% -
HSV(B) 194.07º 0.43% 0.74% -
XYZ 29.74 35.61 53.45 -
YUV 153.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 108 170 189 0.43 0.10 0 0.26 194.07 0.38 0.58
Hex 6C AA BD 2B A 0 1A C2 26 3A
Octal 154 252 275 53 12 0 32 302 46 72
Binary 1101100 10101010 10111101 101011 1010 0 11010 11000010 100110 111010

Color Harmonies of #6CAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAABD

Black with #6CAABD

Text Example


Text Example

White with #6CAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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