#1E6B63

Color #1E6B63 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1E6B63

Tints of Blue Stone #1E6B63

Color information

#1E6B63 (or 0x1E6B63) is unknown color: approx Blue Stone. HEX triplet: 1E, 6B and 63. RGB value is (30,107,99). Sum of RGB (Red+Green+Blue) = 30+107+99=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B63 is #E1949C. Grayscale: #535353. Windows color (decimal): -14783645 or 6515486. OLE color: 6515486.

HSL color Cylindrical-coordinate representation of color #1E6B63: hue angle of 173.77º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6B63 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB3010799-
CMYK0.7200.070.58
HSL173.77º56.2%26.86%-
HSV(B)173.77º71.96%41.96%-
XYZ8.0511.6913.64-
YUV83.06136.9990.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 107 (42.19% from 255) = 45.34%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=12.71%
G=45.34%
B=41.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30107990.7200.070.58173.7756.226.86
Hex1E6B6348073Aae381b
Octal3615314311007722567033
Binary1111011010111100011100100001111110101010111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E6B63; }

 p { color: rgb(30,107,99); }

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

<style>
 a { background-color: #1E6B63; }

 a { background-color: rgb(30,107,99); }

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

<style>
 span { border-color: #1E6B63; }

 span { border-color: rgb(30,107,99); }

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