Html Css Color HEX #0F6B60 Blue Stone

📋 copy color: '#0F6B60'

red 15 ◦ green 107 ◦ blue 96

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

Shades of Blue Stone #0F6B60

Tints of Blue Stone #0F6B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 49.08%

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

R = 6.88%
G = 49.08%
B = 44.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#0F6B60 (or 0x0F6B60) is known color: Blue Stone. HEX triplet: 0F, 6B and 60. RGB value is (15,107,96). Sum of RGB (Red+Green+Blue) = 15+107+96=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6B60 is #F0949F. Grayscale: #4E4E4E. Windows color (decimal): -15766688 or 6318863. OLE color: 6318863.

HSL color Cylindrical-coordinate representation of color #0F6B60: hue angle of 172.83º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6B60 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 107 96 -
CMYK 0.86 0 0.10 0.58
HSL 172.83º 0.75% 0.24% -
HSV(B) 172.83º 0.86% 0.42% -
XYZ 7.57 11.46 12.88 -
YUV 78.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 15 107 96 0.86 0 0.10 0.58 172.83 0.75 0.24
Hex F 6B 60 56 0 A 3A AD 4B 18
Octal 17 153 140 126 0 12 72 255 113 30
Binary 1111 1101011 1100000 1010110 0 1010 111010 10101101 1001011 11000

Color Harmonies of #0F6B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6B60

Black with #0F6B60

Text Example


Text Example

White with #0F6B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,107,96); }

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

background-color css

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

 a { background-color: rgb(15,107,96); }

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

border-color css

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

 span { border-color: rgb(15,107,96); }

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