#1E6E65

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

Shades of Blue Stone #1E6E65

Tints of Blue Stone #1E6E65

Color information

#1E6E65 (or 0x1E6E65) is unknown color: approx Blue Stone. HEX triplet: 1E, 6E and 65. RGB value is (30,110,101). Sum of RGB (Red+Green+Blue) = 30+110+101=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6E65 is #E1919A. Grayscale: #555555. Windows color (decimal): -14782875 or 6647326. OLE color: 6647326.

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

Color convert

RGB30110101-
CMYK0.7300.080.57
HSL173.25º57.14%27.45%-
HSV(B)173.25º72.73%43.14%-
XYZ8.4612.3714.25-
YUV85.0513788.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=12.45%
G=45.64%
B=41.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal301101010.7300.080.57173.2557.1427.45
Hex1E6E65490839ad391b
Octal36156145111010712557133
Binary11110110111011001011001001010001110011010110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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