Html Css Color HEX #6EAEBD Glacier

📋 copy color: '#6EAEBD'

red 110 ◦ green 174 ◦ blue 189

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

Shades of Glacier #6EAEBD

Tints of Glacier #6EAEBD

RGB

 RED value IS 110 (43.36% from 255) = 23.26%

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

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

R = 23.26%
G = 36.79%
B = 39.96%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6EAEBD (or 0x6EAEBD) is known color: Glacier. HEX triplet: 6E, AE and BD. RGB value is (110,174,189). Sum of RGB (Red+Green+Blue) = 110+174+189=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #6EAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAEBD is #915142. Grayscale: #9C9C9C. Windows color (decimal): -9523523 or 12430958. OLE color: 12430958.

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

Color convert

RGB 110 174 189 -
CMYK 0.42 0.08 0 0.26
HSL 191.39º 0.37% 0.59% -
HSV(B) 191.39º 0.42% 0.74% -
XYZ 30.75 37.26 53.72 -
YUV 156.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 110 174 189 0.42 0.08 0 0.26 191.39 0.37 0.59
Hex 6E AE BD 2A 8 0 1A BF 25 3B
Octal 156 256 275 52 10 0 32 277 45 73
Binary 1101110 10101110 10111101 101010 1000 0 11010 10111111 100101 111011

Color Harmonies of #6EAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAEBD

Black with #6EAEBD

Text Example


Text Example

White with #6EAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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