Html Css Color HEX #0D6663 Blue Stone

📋 copy color: '#0D6663'

red 13 ◦ green 102 ◦ blue 99

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

Shades of Blue Stone #0D6663

Tints of Blue Stone #0D6663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.66%

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

R = 6.07%
G = 47.66%
B = 46.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#0D6663 (or 0x0D6663) is known color: Blue Stone. HEX triplet: 0D, 66 and 63. RGB value is (13,102,99). Sum of RGB (Red+Green+Blue) = 13+102+99=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #0D6663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6663 is #F2999C. Grayscale: #4A4A4A. Windows color (decimal): -15899037 or 6514189. OLE color: 6514189.

HSL color Cylindrical-coordinate representation of color #0D6663: hue angle of 177.98º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6663 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 13 102 99 -
CMYK 0.87 0 0.03 0.6
HSL 177.98º 0.77% 0.23% -
HSV(B) 177.98º 0.87% 0.4% -
XYZ 7.17 10.49 13.45 -
YUV 75.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 13 102 99 0.87 0 0.03 0.6 177.98 0.77 0.23
Hex D 66 63 57 0 3 3C B2 4D 17
Octal 15 146 143 127 0 3 74 262 115 27
Binary 1101 1100110 1100011 1010111 0 11 111100 10110010 1001101 10111

Color Harmonies of #0D6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6663

Black with #0D6663

Text Example


Text Example

White with #0D6663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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