Html Css Color HEX #0F6263 Blue Stone

📋 copy color: '#0F6263'

red 15 ◦ green 98 ◦ blue 99

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

Shades of Blue Stone #0F6263

Tints of Blue Stone #0F6263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.23%

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 7.08%
G = 46.23%
B = 46.7%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0F6263 (or 0x0F6263) is known color: Blue Stone. HEX triplet: 0F, 62 and 63. RGB value is (15,98,99). Sum of RGB (Red+Green+Blue) = 15+98+99=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F6263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6263 is #F09D9C. Grayscale: #494949. Windows color (decimal): -15768989 or 6513167. OLE color: 6513167.

HSL color Cylindrical-coordinate representation of color #0F6263: hue angle of 180.71º 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 #0F6263 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 98 99 -
CMYK 0.85 0.01 0 0.61
HSL 180.71º 0.74% 0.22% -
HSV(B) 180.71º 0.85% 0.39% -
XYZ 6.82 9.74 13.32 -
YUV 73.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 15 98 99 0.85 0.01 0 0.61 180.71 0.74 0.22
Hex F 62 63 55 1 0 3D B5 4A 16
Octal 17 142 143 125 1 0 75 265 112 26
Binary 1111 1100010 1100011 1010101 1 0 111101 10110101 1001010 10110

Color Harmonies of #0F6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6263

Black with #0F6263

Text Example


Text Example

White with #0F6263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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