Html Css Color HEX #6BAABD Glacier

📋 copy color: '#6BAABD'

red 107 ◦ green 170 ◦ blue 189

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

Shades of Glacier #6BAABD

Tints of Glacier #6BAABD

RGB

 RED value IS 107 (42.19% from 255) = 22.96%

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

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

R = 22.96%
G = 36.48%
B = 40.56%

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

#6BAABD (or 0x6BAABD) is known color: Glacier. HEX triplet: 6B, AA and BD. RGB value is (107,170,189). Sum of RGB (Red+Green+Blue) = 107+170+189=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #6BAABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAABD is #945542. Grayscale: #999999. Windows color (decimal): -9721155 or 12429931. OLE color: 12429931.

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

Color convert

RGB 107 170 189 -
CMYK 0.43 0.10 0 0.26
HSL 193.9º 0.38% 0.58% -
HSV(B) 193.9º 0.43% 0.74% -
XYZ 29.62 35.55 53.44 -
YUV 153.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 107 170 189 0.43 0.10 0 0.26 193.9 0.38 0.58
Hex 6B AA BD 2B A 0 1A C2 26 3A
Octal 153 252 275 53 12 0 32 302 46 72
Binary 1101011 10101010 10111101 101011 1010 0 11010 11000010 100110 111010

Color Harmonies of #6BAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAABD

Black with #6BAABD

Text Example


Text Example

White with #6BAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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