#1E6E68

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

Shades of Blue Stone #1E6E68

Tints of Blue Stone #1E6E68

Color information

#1E6E68 (or 0x1E6E68) is unknown color: approx Blue Stone. HEX triplet: 1E, 6E and 68. RGB value is (30,110,104). Sum of RGB (Red+Green+Blue) = 30+110+104=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6E68 is #E19197. Grayscale: #555555. Windows color (decimal): -14782872 or 6843934. OLE color: 6843934.

HSL color Cylindrical-coordinate representation of color #1E6E68: hue angle of 175.5º 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 #1E6E68 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB30110104-
CMYK0.7300.050.57
HSL175.5º57.14%27.45%-
HSV(B)175.5º72.73%43.14%-
XYZ8.6112.4315.04-
YUV85.4138.588.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.30%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 104 (41.02% from 255) = 42.62%
R=12.30%
G=45.08%
B=42.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal301101040.7300.050.57175.557.1427.45
Hex1E6E68490539b0391b
Octal3615615011105712607133
Binary1111011011101101000100100101011110011011000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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