Html Css Color HEX #1D6D63 Blue Stone

📋 copy color: '#1D6D63'

red 29 ◦ green 109 ◦ blue 99

#1D6D63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #1D6D63

Tints of Blue Stone #1D6D63

RGB

 RED value IS 29 (11.72% from 255) = 12.24%

 GREEN value IS 109 (42.97% from 255) = 45.99%

 BLUE value IS 99 (39.06% from 255) = 41.77%

R = 12.24%
G = 45.99%
B = 41.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#1D6D63 (or 0x1D6D63) is known color: Blue Stone. HEX triplet: 1D, 6D and 63. RGB value is (29,109,99). Sum of RGB (Red+Green+Blue) = 29+109+99=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #1D6D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6D63 is #E2929C. Grayscale: #535353. Windows color (decimal): -14848669 or 6515997. OLE color: 6515997.

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

Color convert

RGB 29 109 99 -
CMYK 0.73 0 0.09 0.57
HSL 172.5º 0.58% 0.27% -
HSV(B) 172.5º 0.73% 0.43% -
XYZ 8.23 12.1 13.71 -
YUV 83.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 29 109 99 0.73 0 0.09 0.57 172.5 0.58 0.27
Hex 1D 6D 63 49 0 9 39 AC 3A 1B
Octal 35 155 143 111 0 11 71 254 72 33
Binary 11101 1101101 1100011 1001001 0 1001 111001 10101100 111010 11011

Color Harmonies of #1D6D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6D63

Black with #1D6D63

Text Example


Text Example

White with #1D6D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D6D63;
 }
 .AnyTagClassName
 {
   color: #1D6D63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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