#1E6661

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

Shades of Blue Stone #1E6661

Tints of Blue Stone #1E6661

Color information

#1E6661 (or 0x1E6661) is unknown color: approx Blue Stone. HEX triplet: 1E, 66 and 61. RGB value is (30,102,97). Sum of RGB (Red+Green+Blue) = 30+102+97=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #1E6661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6661 is #E1999E. Grayscale: #4F4F4F. Windows color (decimal): -14784927 or 6383134. OLE color: 6383134.

HSL color Cylindrical-coordinate representation of color #1E6661: hue angle of 175.83º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6661 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB3010297-
CMYK0.7100.050.6
HSL175.83º54.55%25.88%-
HSV(B)175.83º70.59%40%-
XYZ7.4410.6412.97-
YUV79.9137.6592.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.10%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=13.10%
G=44.54%
B=42.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal30102970.7100.050.6175.8354.5525.88
Hex1E666147053Cb0371a
Octal3614614110705742606732
Binary1111011001101100001100011101011111001011000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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