#1D6D68

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

Shades of Blue Stone #1D6D68

Tints of Blue Stone #1D6D68

Color information

#1D6D68 (or 0x1D6D68) is unknown color: approx Blue Stone. HEX triplet: 1D, 6D and 68. RGB value is (29,109,104). Sum of RGB (Red+Green+Blue) = 29+109+104=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #1D6D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6D68 is #E29297. Grayscale: #545454. Windows color (decimal): -14848664 or 6843677. OLE color: 6843677.

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

Color convert

RGB29109104-
CMYK0.7300.050.57
HSL176.25º57.97%27.06%-
HSV(B)176.25º73.39%42.75%-
XYZ8.4712.215-
YUV84.5113988.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.98%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=11.98%
G=45.04%
B=42.98%

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
Decimal291091040.7300.050.57176.2557.9727.06
Hex1D6D68490539b03a1b
Octal3515515011105712607233
Binary1110111011011101000100100101011110011011000011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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