#1E6A67

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

Shades of Blue Stone #1E6A67

Tints of Blue Stone #1E6A67

Color information

#1E6A67 (or 0x1E6A67) is unknown color: approx Blue Stone. HEX triplet: 1E, 6A and 67. RGB value is (30,106,103). Sum of RGB (Red+Green+Blue) = 30+106+103=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #1E6A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6A67 is #E19598. Grayscale: #525252. Windows color (decimal): -14783897 or 6777374. OLE color: 6777374.

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

Color convert

RGB30106103-
CMYK0.7200.030.58
HSL177.63º55.88%26.67%-
HSV(B)177.63º71.7%41.57%-
XYZ8.1411.5614.64-
YUV82.93139.3290.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.55%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=12.55%
G=44.35%
B=43.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal301061030.7200.030.58177.6355.8826.67
Hex1E6A6748033Ab2381b
Octal3615214711003722627033
Binary111101101010110011110010000111110101011001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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