#6EB0BC

Color #6EB0BC Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #6EB0BC

Tints of Glacier #6EB0BC

Color information

#6EB0BC (or 0x6EB0BC) is unknown color: approx Glacier. HEX triplet: 6E, B0 and BC. RGB value is (110,176,188). Sum of RGB (Red+Green+Blue) = 110+176+188=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #6EB0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0BC is #914F43. Grayscale: #9D9D9D. Windows color (decimal): -9523012 or 12365934. OLE color: 12365934.

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

Color convert

RGB110176188-
CMYK0.410.0600.26
HSL189.23º36.79%58.43%-
HSV(B)189.23º41.49%73.73%-
XYZ31.033853.28-
YUV157.63145.1394.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.21%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=23.21%
G=37.13%
B=39.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101761880.410.0600.26189.2336.7958.43
Hex6EB0BC29601Abd253a
Octal1562602745160322754572
Binary1101110101100001011110010100111001101010111101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EB0BC;
 }
 .AnyTagClassName
 {
   color: #6EB0BC;
 }
</style>
background-color css

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

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

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

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

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

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