Html Css Color HEX #0D6263 Blue Stone

📋 copy color: '#0D6263'

red 13 ◦ green 98 ◦ blue 99

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

Shades of Blue Stone #0D6263

Tints of Blue Stone #0D6263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.67%

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

R = 6.19%
G = 46.67%
B = 47.14%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0D6263 (or 0x0D6263) is known color: Blue Stone. HEX triplet: 0D, 62 and 63. RGB value is (13,98,99). Sum of RGB (Red+Green+Blue) = 13+98+99=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D6263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6263 is #F29D9C. Grayscale: #484848. Windows color (decimal): -15900061 or 6513165. OLE color: 6513165.

HSL color Cylindrical-coordinate representation of color #0D6263: hue angle of 180.7º 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 #0D6263 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 13 98 99 -
CMYK 0.87 0.01 0 0.61
HSL 180.7º 0.77% 0.22% -
HSV(B) 180.7º 0.87% 0.39% -
XYZ 6.79 9.72 13.32 -
YUV 72.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 13 98 99 0.87 0.01 0 0.61 180.7 0.77 0.22
Hex D 62 63 57 1 0 3D B5 4D 16
Octal 15 142 143 127 1 0 75 265 115 26
Binary 1101 1100010 1100011 1010111 1 0 111101 10110101 1001101 10110

Color Harmonies of #0D6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6263

Black with #0D6263

Text Example


Text Example

White with #0D6263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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