Html Css Color HEX #0F6D63 Blue Stone

📋 copy color: '#0F6D63'

red 15 ◦ green 109 ◦ blue 99

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

Shades of Blue Stone #0F6D63

Tints of Blue Stone #0F6D63

RGB

 RED value IS 15 (6.25% from 255) = 6.73%

 GREEN value IS 109 (42.97% from 255) = 48.88%

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

R = 6.73%
G = 48.88%
B = 44.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#0F6D63 (or 0x0F6D63) is known color: Blue Stone. HEX triplet: 0F, 6D and 63. RGB value is (15,109,99). Sum of RGB (Red+Green+Blue) = 15+109+99=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #0F6D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6D63 is #F0929C. Grayscale: #4F4F4F. Windows color (decimal): -15766173 or 6515983. OLE color: 6515983.

HSL color Cylindrical-coordinate representation of color #0F6D63: hue angle of 173.62º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6D63 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 109 99 -
CMYK 0.86 0 0.09 0.57
HSL 173.62º 0.76% 0.24% -
HSV(B) 173.62º 0.86% 0.43% -
XYZ 7.92 11.94 13.69 -
YUV 79.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 15 109 99 0.86 0 0.09 0.57 173.62 0.76 0.24
Hex F 6D 63 56 0 9 39 AE 4C 18
Octal 17 155 143 126 0 11 71 256 114 30
Binary 1111 1101101 1100011 1010110 0 1001 111001 10101110 1001100 11000

Color Harmonies of #0F6D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6D63

Black with #0F6D63

Text Example


Text Example

White with #0F6D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,109,99); }

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

background-color css

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

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

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

border-color css

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

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

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