Html Css Color HEX #6EA8BA Glacier

📋 copy color: '#6EA8BA'

red 110 ◦ green 168 ◦ blue 186

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

Shades of Glacier #6EA8BA

Tints of Glacier #6EA8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.21%

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

R = 23.71%
G = 36.21%
B = 40.09%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6EA8BA (or 0x6EA8BA) is known color: Glacier. HEX triplet: 6E, A8 and BA. RGB value is (110,168,186). Sum of RGB (Red+Green+Blue) = 110+168+186=464 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.71% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EA8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA8BA is #915745. Grayscale: #989898. Windows color (decimal): -9525062 or 12232814. OLE color: 12232814.

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

Color convert

RGB 110 168 186 -
CMYK 0.41 0.10 0 0.27
HSL 194.21º 0.36% 0.58% -
HSV(B) 194.21º 0.41% 0.73% -
XYZ 29.3 34.87 51.64 -
YUV 152.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 110 168 186 0.41 0.10 0 0.27 194.21 0.36 0.58
Hex 6E A8 BA 29 A 0 1B C2 24 3A
Octal 156 250 272 51 12 0 33 302 44 72
Binary 1101110 10101000 10111010 101001 1010 0 11011 11000010 100100 111010

Color Harmonies of #6EA8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA8BA

Black with #6EA8BA

Text Example


Text Example

White with #6EA8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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