Html Css Color HEX #6AABBE Glacier

📋 copy color: '#6AABBE'

red 106 ◦ green 171 ◦ blue 190

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

Shades of Glacier #6AABBE

Tints of Glacier #6AABBE

RGB

 RED value IS 106 (41.8% from 255) = 22.7%

 GREEN value IS 171 (67.19% from 255) = 36.62%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 22.7%
G = 36.62%
B = 40.69%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6AABBE (or 0x6AABBE) is known color: Glacier. HEX triplet: 6A, AB and BE. RGB value is (106,171,190). Sum of RGB (Red+Green+Blue) = 106+171+190=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #6AABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABBE is #955441. Grayscale: #999999. Windows color (decimal): -9786434 or 12495722. OLE color: 12495722.

HSL color Cylindrical-coordinate representation of color #6AABBE: hue angle of 193.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AABBE is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 171 190 -
CMYK 0.44 0.10 0 0.25
HSL 193.57º 0.39% 0.58% -
HSV(B) 193.57º 0.44% 0.75% -
XYZ 29.8 35.91 54.08 -
YUV 153.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 106 171 190 0.44 0.10 0 0.25 193.57 0.39 0.58
Hex 6A AB BE 2C A 0 19 C2 27 3A
Octal 152 253 276 54 12 0 31 302 47 72
Binary 1101010 10101011 10111110 101100 1010 0 11001 11000010 100111 111010

Color Harmonies of #6AABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABBE

Black with #6AABBE

Text Example


Text Example

White with #6AABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,171,190); }

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

background-color css

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

 a { background-color: rgb(106,171,190); }

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

border-color css

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

 span { border-color: rgb(106,171,190); }

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