#1E6D68

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

Shades of Blue Stone #1E6D68

Tints of Blue Stone #1E6D68

Color information

#1E6D68 (or 0x1E6D68) is unknown color: approx Blue Stone. HEX triplet: 1E, 6D and 68. RGB value is (30,109,104). Sum of RGB (Red+Green+Blue) = 30+109+104=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #1E6D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6D68 is #E19297. Grayscale: #545454. Windows color (decimal): -14783128 or 6843678. OLE color: 6843678.

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

Color convert

RGB30109104-
CMYK0.7200.050.57
HSL176.2º56.83%27.25%-
HSV(B)176.2º72.48%42.75%-
XYZ8.512.2115.01-
YUV84.81138.8388.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.35%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=12.35%
G=44.86%
B=42.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal301091040.7200.050.57176.256.8327.25
Hex1E6D68480539b0391b
Octal3615515011005712607133
Binary1111011011011101000100100001011110011011000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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