#0D6D69

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

Shades of Blue Stone #0D6D69

Tints of Blue Stone #0D6D69

Color information

#0D6D69 (or 0x0D6D69) is unknown color: approx Blue Stone. HEX triplet: 0D, 6D and 69. RGB value is (13,109,105). Sum of RGB (Red+Green+Blue) = 13+109+105=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 109 - color contains mainly: green. Hex color #0D6D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6D69 is #F29296. Grayscale: #4F4F4F. Windows color (decimal): -15897239 or 6909197. OLE color: 6909197.

HSL color Cylindrical-coordinate representation of color #0D6D69: hue angle of 177.5º 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 #0D6D69 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB13109105-
CMYK0.8800.040.57
HSL177.5º78.69%23.92%-
HSV(B)177.5º88.07%42.75%-
XYZ8.1812.0415.26-
YUV79.84142.280.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.73%
GREEN value IS 109 (42.97% from 255) = 48.02%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=5.73%
G=48.02%
B=46.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal131091050.8800.040.57177.578.6923.92
HexD6D69580439b24f18
Octal15155151130047126211730
Binary1101110110111010011011000010011100110110010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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