#1E6C65

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

Shades of Blue Stone #1E6C65

Tints of Blue Stone #1E6C65

Color information

#1E6C65 (or 0x1E6C65) is unknown color: approx Blue Stone. HEX triplet: 1E, 6C and 65. RGB value is (30,108,101). Sum of RGB (Red+Green+Blue) = 30+108+101=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #1E6C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6C65 is #E1939A. Grayscale: #535353. Windows color (decimal): -14783387 or 6646814. OLE color: 6646814.

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

Color convert

RGB30108101-
CMYK0.7200.060.58
HSL174.62º56.52%27.06%-
HSV(B)174.62º72.22%42.35%-
XYZ8.2511.9414.18-
YUV83.88137.6689.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.55%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=12.55%
G=45.19%
B=42.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal301081010.7200.060.58174.6256.5227.06
Hex1E6C6548063Aaf391b
Octal3615414511006722577133
Binary1111011011001100101100100001101110101010111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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