#1E6D66

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

Shades of Blue Stone #1E6D66

Tints of Blue Stone #1E6D66

Color information

#1E6D66 (or 0x1E6D66) is unknown color: approx Blue Stone. HEX triplet: 1E, 6D and 66. RGB value is (30,109,102). Sum of RGB (Red+Green+Blue) = 30+109+102=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #1E6D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6D66 is #E19299. Grayscale: #545454. Windows color (decimal): -14783130 or 6712606. OLE color: 6712606.

HSL color Cylindrical-coordinate representation of color #1E6D66: hue angle of 174.68º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6D66 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB30109102-
CMYK0.7200.060.57
HSL174.68º56.83%27.25%-
HSV(B)174.68º72.48%42.75%-
XYZ8.412.1714.48-
YUV84.58137.8389.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 109 (42.97% from 255) = 45.23%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=12.45%
G=45.23%
B=42.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal301091020.7200.060.57174.6856.8327.25
Hex1E6D66480639af391b
Octal3615514611006712577133
Binary1111011011011100110100100001101110011010111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,109,102); }

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

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

 a { background-color: rgb(30,109,102); }

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

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

 span { border-color: rgb(30,109,102); }

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