Html Css Color HEX #6BAABC Glacier

📋 copy color: '#6BAABC'

red 107 ◦ green 170 ◦ blue 188

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

Shades of Glacier #6BAABC

Tints of Glacier #6BAABC

RGB

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

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

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

R = 23.01%
G = 36.56%
B = 40.43%

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

#6BAABC (or 0x6BAABC) is known color: Glacier. HEX triplet: 6B, AA and BC. RGB value is (107,170,188). Sum of RGB (Red+Green+Blue) = 107+170+188=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAABC is #945543. Grayscale: #999999. Windows color (decimal): -9721156 or 12364395. OLE color: 12364395.

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

Color convert

RGB 107 170 188 -
CMYK 0.43 0.10 0 0.26
HSL 193.33º 0.38% 0.58% -
HSV(B) 193.33º 0.43% 0.74% -
XYZ 29.52 35.51 52.87 -
YUV 153.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 107 170 188 0.43 0.10 0 0.26 193.33 0.38 0.58
Hex 6B AA BC 2B A 0 1A C1 26 3A
Octal 153 252 274 53 12 0 32 301 46 72
Binary 1101011 10101010 10111100 101011 1010 0 11010 11000001 100110 111010

Color Harmonies of #6BAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAABC

Black with #6BAABC

Text Example


Text Example

White with #6BAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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