Html Css Color HEX #0F685E Blue Stone

📋 copy color: '#0F685E'

red 15 ◦ green 104 ◦ blue 94

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

Shades of Blue Stone #0F685E

Tints of Blue Stone #0F685E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.83%

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 7.04%
G = 48.83%
B = 44.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#0F685E (or 0x0F685E) is known color: Blue Stone. HEX triplet: 0F, 68 and 5E. RGB value is (15,104,94). Sum of RGB (Red+Green+Blue) = 15+104+94=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #0F685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F685E is #F097A1. Grayscale: #4C4C4C. Windows color (decimal): -15767458 or 6187023. OLE color: 6187023.

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

Color convert

RGB 15 104 94 -
CMYK 0.86 0 0.10 0.59
HSL 173.26º 0.75% 0.23% -
HSV(B) 173.26º 0.86% 0.41% -
XYZ 7.17 10.81 12.3 -
YUV 76.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 15 104 94 0.86 0 0.10 0.59 173.26 0.75 0.23
Hex F 68 5E 56 0 A 3B AD 4B 17
Octal 17 150 136 126 0 12 73 255 113 27
Binary 1111 1101000 1011110 1010110 0 1010 111011 10101101 1001011 10111

Color Harmonies of #0F685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F685E

Black with #0F685E

Text Example


Text Example

White with #0F685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,104,94); }

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

background-color css

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

 a { background-color: rgb(15,104,94); }

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

border-color css

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

 span { border-color: rgb(15,104,94); }

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