#1E6E67

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

Shades of Blue Stone #1E6E67

Tints of Blue Stone #1E6E67

Color information

#1E6E67 (or 0x1E6E67) is unknown color: approx Blue Stone. HEX triplet: 1E, 6E and 67. RGB value is (30,110,103). Sum of RGB (Red+Green+Blue) = 30+110+103=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6E67 is #E19198. Grayscale: #555555. Windows color (decimal): -14782873 or 6778398. OLE color: 6778398.

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

Color convert

RGB30110103-
CMYK0.7300.060.57
HSL174.75º57.14%27.45%-
HSV(B)174.75º72.73%43.14%-
XYZ8.5612.4114.78-
YUV85.2813888.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.35%
GREEN value IS 110 (43.36% from 255) = 45.27%
BLUE value IS 103 (40.62% from 255) = 42.39%
R=12.35%
G=45.27%
B=42.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal301101030.7300.060.57174.7557.1427.45
Hex1E6E67490639af391b
Octal3615614711106712577133
Binary1111011011101100111100100101101110011010111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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