Html Css Color HEX #0F6C5D Blue Stone

📋 copy color: '#0F6C5D'

red 15 ◦ green 108 ◦ blue 93

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

Shades of Blue Stone #0F6C5D

Tints of Blue Stone #0F6C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50%

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 6.94%
G = 50%
B = 43.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#0F6C5D (or 0x0F6C5D) is known color: Blue Stone. HEX triplet: 0F, 6C and 5D. RGB value is (15,108,93). Sum of RGB (Red+Green+Blue) = 15+108+93=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6C5D is #F093A2. Grayscale: #4E4E4E. Windows color (decimal): -15766435 or 6122511. OLE color: 6122511.

HSL color Cylindrical-coordinate representation of color #0F6C5D: hue angle of 170.32º degrees, saturation: 0.76, 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 #0F6C5D is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 108 93 -
CMYK 0.86 0 0.14 0.58
HSL 170.32º 0.76% 0.24% -
HSV(B) 170.32º 0.86% 0.42% -
XYZ 7.54 11.62 12.2 -
YUV 78.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 15 108 93 0.86 0 0.14 0.58 170.32 0.76 0.24
Hex F 6C 5D 56 0 E 3A AA 4C 18
Octal 17 154 135 126 0 16 72 252 114 30
Binary 1111 1101100 1011101 1010110 0 1110 111010 10101010 1001100 11000

Color Harmonies of #0F6C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C5D

Black with #0F6C5D

Text Example


Text Example

White with #0F6C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,93); }

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

background-color css

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

 a { background-color: rgb(15,108,93); }

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

border-color css

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

 span { border-color: rgb(15,108,93); }

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