#1E6B61

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

Shades of Blue Stone #1E6B61

Tints of Blue Stone #1E6B61

Color information

#1E6B61 (or 0x1E6B61) is unknown color: approx Blue Stone. HEX triplet: 1E, 6B and 61. RGB value is (30,107,97). Sum of RGB (Red+Green+Blue) = 30+107+97=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B61 is #E1949E. Grayscale: #525252. Windows color (decimal): -14783647 or 6384414. OLE color: 6384414.

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

Color convert

RGB3010797-
CMYK0.7200.090.58
HSL172.21º56.2%26.86%-
HSV(B)172.21º71.96%41.96%-
XYZ7.9511.6513.14-
YUV82.84135.9990.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.82%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=12.82%
G=45.73%
B=41.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30107970.7200.090.58172.2156.226.86
Hex1E6B6148093Aac381b
Octal36153141110011722547033
Binary11110110101111000011001000010011110101010110011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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