Html Css Color HEX #6EAEBA Glacier

📋 copy color: '#6EAEBA'

red 110 ◦ green 174 ◦ blue 186

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

Shades of Glacier #6EAEBA

Tints of Glacier #6EAEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 23.4%
G = 37.02%
B = 39.57%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6EAEBA (or 0x6EAEBA) is known color: Glacier. HEX triplet: 6E, AE and BA. RGB value is (110,174,186). Sum of RGB (Red+Green+Blue) = 110+174+186=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAEBA is #915145. Grayscale: #9C9C9C. Windows color (decimal): -9523526 or 12234350. OLE color: 12234350.

HSL color Cylindrical-coordinate representation of color #6EAEBA: hue angle of 189.47º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EAEBA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 174 186 -
CMYK 0.41 0.06 0 0.27
HSL 189.47º 0.36% 0.58% -
HSV(B) 189.47º 0.41% 0.73% -
XYZ 30.43 37.13 52.02 -
YUV 156.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 110 174 186 0.41 0.06 0 0.27 189.47 0.36 0.58
Hex 6E AE BA 29 6 0 1B BD 24 3A
Octal 156 256 272 51 6 0 33 275 44 72
Binary 1101110 10101110 10111010 101001 110 0 11011 10111101 100100 111010

Color Harmonies of #6EAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAEBA

Black with #6EAEBA

Text Example


Text Example

White with #6EAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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