#0D6D64

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

Shades of Blue Stone #0D6D64

Tints of Blue Stone #0D6D64

Color information

#0D6D64 (or 0x0D6D64) is unknown color: approx Blue Stone. HEX triplet: 0D, 6D and 64. RGB value is (13,109,100). Sum of RGB (Red+Green+Blue) = 13+109+100=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #0D6D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6D64 is #F2929B. Grayscale: #4F4F4F. Windows color (decimal): -15897244 or 6581517. OLE color: 6581517.

HSL color Cylindrical-coordinate representation of color #0D6D64: hue angle of 174.38º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6D64 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB13109100-
CMYK0.8800.080.57
HSL174.38º78.69%23.92%-
HSV(B)174.38º88.07%42.75%-
XYZ7.9311.9413.94-
YUV79.27139.780.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.86%
GREEN value IS 109 (42.97% from 255) = 49.10%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=5.86%
G=49.10%
B=45.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal131091000.8800.080.57174.3878.6923.92
HexD6D64580839ae4f18
Octal151551441300107125611730
Binary11011101101110010010110000100011100110101110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D6D64; }

 p { color: rgb(13,109,100); }

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

<style>
 a { background-color: #0D6D64; }

 a { background-color: rgb(13,109,100); }

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

<style>
 span { border-color: #0D6D64; }

 span { border-color: rgb(13,109,100); }

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