#6EB3BF

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

Shades of Glacier #6EB3BF

Tints of Glacier #6EB3BF

Color information

#6EB3BF (or 0x6EB3BF) is unknown color: approx Glacier. HEX triplet: 6E, B3 and BF. RGB value is (110,179,191). Sum of RGB (Red+Green+Blue) = 110+179+191=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #6EB3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB3BF is #914C40. Grayscale: #9F9F9F. Windows color (decimal): -9522241 or 12563310. OLE color: 12563310.

HSL color Cylindrical-coordinate representation of color #6EB3BF: hue angle of 188.89º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EB3BF is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110179191-
CMYK0.420.0600.25
HSL188.89º38.76%59.02%-
HSV(B)188.89º42.41%74.9%-
XYZ31.9539.3255.19-
YUV159.74145.6492.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.92%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 191 (75% from 255) = 39.79%
R=22.92%
G=37.29%
B=39.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101791910.420.0600.25188.8938.7659.02
Hex6EB3BF2A6019bd273b
Octal1562632775260312754773
Binary1101110101100111011111110101011001100110111101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,179,191); }

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

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

 a { background-color: rgb(110,179,191); }

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

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

 span { border-color: rgb(110,179,191); }

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