#1D6D67

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

Shades of Blue Stone #1D6D67

Tints of Blue Stone #1D6D67

Color information

#1D6D67 (or 0x1D6D67) is unknown color: approx Blue Stone. HEX triplet: 1D, 6D and 67. RGB value is (29,109,103). Sum of RGB (Red+Green+Blue) = 29+109+103=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #1D6D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6D67 is #E29298. Grayscale: #545454. Windows color (decimal): -14848665 or 6778141. OLE color: 6778141.

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

Color convert

RGB29109103-
CMYK0.7300.060.57
HSL175.5º57.97%27.06%-
HSV(B)175.5º73.39%42.75%-
XYZ8.4212.1814.74-
YUV84.4138.588.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.03%
GREEN value IS 109 (42.97% from 255) = 45.23%
BLUE value IS 103 (40.62% from 255) = 42.74%
R=12.03%
G=45.23%
B=42.74%

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
Decimal291091030.7300.060.57175.557.9727.06
Hex1D6D67490639b03a1b
Octal3515514711106712607233
Binary1110111011011100111100100101101110011011000011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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