Html Css Color HEX #0D6160 Blue Stone

📋 copy color: '#0D6160'

red 13 ◦ green 97 ◦ blue 96

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

Shades of Blue Stone #0D6160

Tints of Blue Stone #0D6160

RGB

 RED value IS 13 (5.47% from 255) = 6.31%

 GREEN value IS 97 (38.28% from 255) = 47.09%

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 6.31%
G = 47.09%
B = 46.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#0D6160 (or 0x0D6160) is known color: Blue Stone. HEX triplet: 0D, 61 and 60. RGB value is (13,97,96). Sum of RGB (Red+Green+Blue) = 13+97+96=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6160 is #F29E9F. Grayscale: #474747. Windows color (decimal): -15900320 or 6316301. OLE color: 6316301.

HSL color Cylindrical-coordinate representation of color #0D6160: hue angle of 179.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6160 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 97 96 -
CMYK 0.87 0 0.01 0.62
HSL 179.29º 0.76% 0.22% -
HSV(B) 179.29º 0.87% 0.38% -
XYZ 6.55 9.48 12.55 -
YUV 71.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 13 97 96 0.87 0 0.01 0.62 179.29 0.76 0.22
Hex D 61 60 57 0 1 3E B3 4C 16
Octal 15 141 140 127 0 1 76 263 114 26
Binary 1101 1100001 1100000 1010111 0 1 111110 10110011 1001100 10110

Color Harmonies of #0D6160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6160

Black with #0D6160

Text Example


Text Example

White with #0D6160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,97,96); }

 H1.HeaderClassName
 {
   color: #0D6160;
 }
 .AnyTagClassName
 {
   color: #0D6160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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