Html Css Color HEX #6BAAC1 Glacier

📋 copy color: '#6BAAC1'

red 107 ◦ green 170 ◦ blue 193

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

Shades of Glacier #6BAAC1

Tints of Glacier #6BAAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.06%

R = 22.77%
G = 36.17%
B = 41.06%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6BAAC1 (or 0x6BAAC1) is known color: Glacier. HEX triplet: 6B, AA and C1. RGB value is (107,170,193). Sum of RGB (Red+Green+Blue) = 107+170+193=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #6BAAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAAC1 is #94553E. Grayscale: #999999. Windows color (decimal): -9721151 or 12692075. OLE color: 12692075.

HSL color Cylindrical-coordinate representation of color #6BAAC1: hue angle of 196.05º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BAAC1 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 170 193 -
CMYK 0.45 0.12 0 0.24
HSL 196.05º 0.41% 0.59% -
HSV(B) 196.05º 0.45% 0.76% -
XYZ 30.06 35.73 55.76 -
YUV 153.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 107 170 193 0.45 0.12 0 0.24 196.05 0.41 0.59
Hex 6B AA C1 2D C 0 18 C4 29 3B
Octal 153 252 301 55 14 0 30 304 51 73
Binary 1101011 10101010 11000001 101101 1100 0 11000 11000100 101001 111011

Color Harmonies of #6BAAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAAC1

Black with #6BAAC1

Text Example


Text Example

White with #6BAAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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