#1D6F6A

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

Shades of Blue Stone #1D6F6A

Tints of Blue Stone #1D6F6A

Color information

#1D6F6A (or 0x1D6F6A) is unknown color: approx Blue Stone. HEX triplet: 1D, 6F and 6A. RGB value is (29,111,106). Sum of RGB (Red+Green+Blue) = 29+111+106=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6F6A is #E29095. Grayscale: #555555. Windows color (decimal): -14848150 or 6975261. OLE color: 6975261.

HSL color Cylindrical-coordinate representation of color #1D6F6A: hue angle of 176.34º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6F6A is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB29111106-
CMYK0.7400.050.56
HSL176.34º58.57%27.45%-
HSV(B)176.34º73.87%43.53%-
XYZ8.7912.6715.62-
YUV85.91139.3387.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.79%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=11.79%
G=45.12%
B=43.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal291111060.7400.050.56176.3458.5727.45
Hex1D6F6A4A0538b03b1b
Octal3515715211205702607333
Binary1110111011111101010100101001011110001011000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,111,106); }

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

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

 a { background-color: rgb(29,111,106); }

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

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

 span { border-color: rgb(29,111,106); }

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