Html Css Color HEX #0F6C62 Blue Stone

📋 copy color: '#0F6C62'

red 15 ◦ green 108 ◦ blue 98

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

Shades of Blue Stone #0F6C62

Tints of Blue Stone #0F6C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 6.79%
G = 48.87%
B = 44.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#0F6C62 (or 0x0F6C62) is known color: Blue Stone. HEX triplet: 0F, 6C and 62. RGB value is (15,108,98). Sum of RGB (Red+Green+Blue) = 15+108+98=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6C62 is #F0939D. Grayscale: #4F4F4F. Windows color (decimal): -15766430 or 6450191. OLE color: 6450191.

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

Color convert

RGB 15 108 98 -
CMYK 0.86 0 0.09 0.58
HSL 173.55º 0.76% 0.24% -
HSV(B) 173.55º 0.86% 0.42% -
XYZ 7.76 11.71 13.41 -
YUV 79.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 15 108 98 0.86 0 0.09 0.58 173.55 0.76 0.24
Hex F 6C 62 56 0 9 3A AE 4C 18
Octal 17 154 142 126 0 11 72 256 114 30
Binary 1111 1101100 1100010 1010110 0 1001 111010 10101110 1001100 11000

Color Harmonies of #0F6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C62

Black with #0F6C62

Text Example


Text Example

White with #0F6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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