Html Css Color HEX #6BAABA Glacier

📋 copy color: '#6BAABA'

red 107 ◦ green 170 ◦ blue 186

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

Shades of Glacier #6BAABA

Tints of Glacier #6BAABA

RGB

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

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

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

R = 23.11%
G = 36.72%
B = 40.17%

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

#6BAABA (or 0x6BAABA) is known color: Glacier. HEX triplet: 6B, AA and BA. RGB value is (107,170,186). Sum of RGB (Red+Green+Blue) = 107+170+186=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAABA is #945545. Grayscale: #989898. Windows color (decimal): -9721158 or 12233323. OLE color: 12233323.

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

Color convert

RGB 107 170 186 -
CMYK 0.42 0.09 0 0.27
HSL 192.15º 0.36% 0.57% -
HSV(B) 192.15º 0.42% 0.73% -
XYZ 29.3 35.42 51.75 -
YUV 152.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 107 170 186 0.42 0.09 0 0.27 192.15 0.36 0.57
Hex 6B AA BA 2A 9 0 1B C0 24 39
Octal 153 252 272 52 11 0 33 300 44 71
Binary 1101011 10101010 10111010 101010 1001 0 11011 11000000 100100 111001

Color Harmonies of #6BAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAABA

Black with #6BAABA

Text Example


Text Example

White with #6BAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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