Html Css Color HEX #6EB1BA Glacier

📋 copy color: '#6EB1BA'

red 110 ◦ green 177 ◦ blue 186

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

Shades of Glacier #6EB1BA

Tints of Glacier #6EB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.42%

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

R = 23.26%
G = 37.42%
B = 39.32%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6EB1BA (or 0x6EB1BA) is known color: Glacier. HEX triplet: 6E, B1 and BA. RGB value is (110,177,186). Sum of RGB (Red+Green+Blue) = 110+177+186=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB1BA is #914E45. Grayscale: #9D9D9D. Windows color (decimal): -9522758 or 12235118. OLE color: 12235118.

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

Color convert

RGB 110 177 186 -
CMYK 0.41 0.05 0 0.27
HSL 187.11º 0.36% 0.58% -
HSV(B) 187.11º 0.41% 0.73% -
XYZ 31.02 38.3 52.21 -
YUV 157.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 110 177 186 0.41 0.05 0 0.27 187.11 0.36 0.58
Hex 6E B1 BA 29 5 0 1B BB 24 3A
Octal 156 261 272 51 5 0 33 273 44 72
Binary 1101110 10110001 10111010 101001 101 0 11011 10111011 100100 111010

Color Harmonies of #6EB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB1BA

Black with #6EB1BA

Text Example


Text Example

White with #6EB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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