#6EB6BC

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

Shades of Glacier #6EB6BC

Tints of Glacier #6EB6BC

Color information

#6EB6BC (or 0x6EB6BC) is unknown color: approx Glacier. HEX triplet: 6E, B6 and BC. RGB value is (110,182,188). Sum of RGB (Red+Green+Blue) = 110+182+188=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #6EB6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB6BC is #914943. Grayscale: #A1A1A1. Windows color (decimal): -9521476 or 12367470. OLE color: 12367470.

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

Color convert

RGB110182188-
CMYK0.410.0300.26
HSL184.62º36.79%58.43%-
HSV(B)184.62º41.49%73.73%-
XYZ32.2440.453.68-
YUV161.16143.1591.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.92%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=22.92%
G=37.92%
B=39.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101821880.410.0300.26184.6236.7958.43
Hex6EB6BC29301Ab9253a
Octal1562662745130322714572
Binary110111010110110101111001010011101101010111001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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