Html Css Color HEX #6AAEBD Glacier

📋 copy color: '#6AAEBD'

red 106 ◦ green 174 ◦ blue 189

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

Shades of Glacier #6AAEBD

Tints of Glacier #6AAEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 22.6%
G = 37.1%
B = 40.3%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6AAEBD (or 0x6AAEBD) is known color: Glacier. HEX triplet: 6A, AE and BD. RGB value is (106,174,189). Sum of RGB (Red+Green+Blue) = 106+174+189=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #6AAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEBD is #955142. Grayscale: #9B9B9B. Windows color (decimal): -9785667 or 12430954. OLE color: 12430954.

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

Color convert

RGB 106 174 189 -
CMYK 0.44 0.08 0 0.26
HSL 190.84º 0.39% 0.58% -
HSV(B) 190.84º 0.44% 0.74% -
XYZ 30.27 37.01 53.69 -
YUV 155.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 106 174 189 0.44 0.08 0 0.26 190.84 0.39 0.58
Hex 6A AE BD 2C 8 0 1A BF 27 3A
Octal 152 256 275 54 10 0 32 277 47 72
Binary 1101010 10101110 10111101 101100 1000 0 11010 10111111 100111 111010

Color Harmonies of #6AAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAEBD

Black with #6AAEBD

Text Example


Text Example

White with #6AAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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