#1E6C61

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

Shades of Blue Stone #1E6C61

Tints of Blue Stone #1E6C61

Color information

#1E6C61 (or 0x1E6C61) is unknown color: approx Blue Stone. HEX triplet: 1E, 6C and 61. RGB value is (30,108,97). Sum of RGB (Red+Green+Blue) = 30+108+97=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #1E6C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6C61 is #E1939E. Grayscale: #535353. Windows color (decimal): -14783391 or 6384670. OLE color: 6384670.

HSL color Cylindrical-coordinate representation of color #1E6C61: hue angle of 171.54º degrees, saturation: 0.57, 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 #1E6C61 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB3010897-
CMYK0.7200.100.58
HSL171.54º56.52%27.06%-
HSV(B)171.54º72.22%42.35%-
XYZ8.0611.8613.17-
YUV83.42135.6689.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.77%
GREEN value IS 108 (42.58% from 255) = 45.96%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=12.77%
G=45.96%
B=41.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30108970.7200.100.58171.5456.5227.06
Hex1E6C61480A3Aac391b
Octal36154141110012722547133
Binary11110110110011000011001000010101110101010110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,108,97); }

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

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

 a { background-color: rgb(30,108,97); }

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

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

 span { border-color: rgb(30,108,97); }

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