Html Css Color HEX #0F6B5A Blue Stone

📋 copy color: '#0F6B5A'

red 15 ◦ green 107 ◦ blue 90

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

Shades of Blue Stone #0F6B5A

Tints of Blue Stone #0F6B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.47%

 BLUE value IS 90 (35.55% from 255) = 42.45%

R = 7.08%
G = 50.47%
B = 42.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#0F6B5A (or 0x0F6B5A) is known color: Blue Stone. HEX triplet: 0F, 6B and 5A. RGB value is (15,107,90). Sum of RGB (Red+Green+Blue) = 15+107+90=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6B5A is #F094A5. Grayscale: #4D4D4D. Windows color (decimal): -15766694 or 5925647. OLE color: 5925647.

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

Color convert

RGB 15 107 90 -
CMYK 0.86 0 0.16 0.58
HSL 168.91º 0.75% 0.24% -
HSV(B) 168.91º 0.86% 0.42% -
XYZ 7.3 11.36 11.48 -
YUV 77.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 15 107 90 0.86 0 0.16 0.58 168.91 0.75 0.24
Hex F 6B 5A 56 0 10 3A A9 4B 18
Octal 17 153 132 126 0 20 72 251 113 30
Binary 1111 1101011 1011010 1010110 0 10000 111010 10101001 1001011 11000

Color Harmonies of #0F6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6B5A

Black with #0F6B5A

Text Example


Text Example

White with #0F6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,107,90); }

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

background-color css

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

 a { background-color: rgb(15,107,90); }

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

border-color css

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

 span { border-color: rgb(15,107,90); }

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