Html Css Color HEX #0F6361 Blue Stone

📋 copy color: '#0F6361'

red 15 ◦ green 99 ◦ blue 97

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

Shades of Blue Stone #0F6361

Tints of Blue Stone #0F6361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 7.11%
G = 46.92%
B = 45.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#0F6361 (or 0x0F6361) is known color: Blue Stone. HEX triplet: 0F, 63 and 61. RGB value is (15,99,97). Sum of RGB (Red+Green+Blue) = 15+99+97=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #0F6361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6361 is #F09C9E. Grayscale: #494949. Windows color (decimal): -15768735 or 6382351. OLE color: 6382351.

HSL color Cylindrical-coordinate representation of color #0F6361: hue angle of 178.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6361 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 99 97 -
CMYK 0.85 0 0.02 0.61
HSL 178.57º 0.74% 0.22% -
HSV(B) 178.57º 0.85% 0.39% -
XYZ 6.82 9.89 12.86 -
YUV 73.66 141.17 86.16 -
System Red Green Blue C M Y K H S L
Decimal 15 99 97 0.85 0 0.02 0.61 178.57 0.74 0.22
Hex F 63 61 55 0 2 3D B3 4A 16
Octal 17 143 141 125 0 2 75 263 112 26
Binary 1111 1100011 1100001 1010101 0 10 111101 10110011 1001010 10110

Color Harmonies of #0F6361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6361

Black with #0F6361

Text Example


Text Example

White with #0F6361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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