Html Css Color HEX #6AAEC1 Glacier

📋 copy color: '#6AAEC1'

red 106 ◦ green 174 ◦ blue 193

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

Shades of Glacier #6AAEC1

Tints of Glacier #6AAEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

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

R = 22.41%
G = 36.79%
B = 40.8%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6AAEC1 (or 0x6AAEC1) is known color: Glacier. HEX triplet: 6A, AE and C1. RGB value is (106,174,193). Sum of RGB (Red+Green+Blue) = 106+174+193=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #6AAEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEC1 is #95513E. Grayscale: #9B9B9B. Windows color (decimal): -9785663 or 12693098. OLE color: 12693098.

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

Color convert

RGB 106 174 193 -
CMYK 0.45 0.10 0 0.24
HSL 193.1º 0.41% 0.59% -
HSV(B) 193.1º 0.45% 0.76% -
XYZ 30.71 37.19 56.01 -
YUV 155.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 106 174 193 0.45 0.10 0 0.24 193.1 0.41 0.59
Hex 6A AE C1 2D A 0 18 C1 29 3B
Octal 152 256 301 55 12 0 30 301 51 73
Binary 1101010 10101110 11000001 101101 1010 0 11000 11000001 101001 111011

Color Harmonies of #6AAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAEC1

Black with #6AAEC1

Text Example


Text Example

White with #6AAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,174,193); }

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

background-color css

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

 a { background-color: rgb(106,174,193); }

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

border-color css

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

 span { border-color: rgb(106,174,193); }

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