Html Css Color HEX #6EB0BA Glacier

📋 copy color: '#6EB0BA'

red 110 ◦ green 176 ◦ blue 186

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

Shades of Glacier #6EB0BA

Tints of Glacier #6EB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.29%

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

R = 23.31%
G = 37.29%
B = 39.41%

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

#6EB0BA (or 0x6EB0BA) is known color: Glacier. HEX triplet: 6E, B0 and BA. RGB value is (110,176,186). Sum of RGB (Red+Green+Blue) = 110+176+186=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EB0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0BA is #914F45. Grayscale: #9D9D9D. Windows color (decimal): -9523014 or 12234862. OLE color: 12234862.

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

Color convert

RGB 110 176 186 -
CMYK 0.41 0.05 0 0.27
HSL 187.89º 0.36% 0.58% -
HSV(B) 187.89º 0.41% 0.73% -
XYZ 30.82 37.91 52.15 -
YUV 157.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 110 176 186 0.41 0.05 0 0.27 187.89 0.36 0.58
Hex 6E B0 BA 29 5 0 1B BC 24 3A
Octal 156 260 272 51 5 0 33 274 44 72
Binary 1101110 10110000 10111010 101001 101 0 11011 10111100 100100 111010

Color Harmonies of #6EB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB0BA

Black with #6EB0BA

Text Example


Text Example

White with #6EB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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