#0D6363

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

Shades of Blue Stone #0D6363

Tints of Blue Stone #0D6363

Color information

#0D6363 (or 0x0D6363) is unknown color: approx Blue Stone. HEX triplet: 0D, 63 and 63. RGB value is (13,99,99). Sum of RGB (Red+Green+Blue) = 13+99+99=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #0D6363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6363 is #F29C9C. Grayscale: #494949. Windows color (decimal): -15899805 or 6513421. OLE color: 6513421.

HSL color Cylindrical-coordinate representation of color #0D6363: hue angle of 180º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6363 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB139999-
CMYK0.87000.61
HSL180º76.79%21.96%-
HSV(B)180º86.87%38.82%-
XYZ6.889.9113.35-
YUV73.29142.5185-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.16%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=6.16%
G=46.92%
B=46.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1399990.87000.6118076.7921.96
HexD636357003Db44d16
Octal15143143127007526411526
Binary11011100011110001110101110011110110110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,99,99); }

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

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

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

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

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

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

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