Html Css Color HEX #6EACBA Glacier

📋 copy color: '#6EACBA'

red 110 ◦ green 172 ◦ blue 186

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

Shades of Glacier #6EACBA

Tints of Glacier #6EACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

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

R = 23.5%
G = 36.75%
B = 39.74%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6EACBA (or 0x6EACBA) is known color: Glacier. HEX triplet: 6E, AC and BA. RGB value is (110,172,186). Sum of RGB (Red+Green+Blue) = 110+172+186=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACBA is #915345. Grayscale: #9A9A9A. Windows color (decimal): -9524038 or 12233838. OLE color: 12233838.

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

Color convert

RGB 110 172 186 -
CMYK 0.41 0.08 0 0.27
HSL 191.05º 0.36% 0.58% -
HSV(B) 191.05º 0.41% 0.73% -
XYZ 30.05 36.37 51.89 -
YUV 155.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 110 172 186 0.41 0.08 0 0.27 191.05 0.36 0.58
Hex 6E AC BA 29 8 0 1B BF 24 3A
Octal 156 254 272 51 10 0 33 277 44 72
Binary 1101110 10101100 10111010 101001 1000 0 11011 10111111 100100 111010

Color Harmonies of #6EACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACBA

Black with #6EACBA

Text Example


Text Example

White with #6EACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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