Html Css Color HEX #0F6D6E Blue Stone

📋 copy color: '#0F6D6E'

red 15 ◦ green 109 ◦ blue 110

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

Shades of Blue Stone #0F6D6E

Tints of Blue Stone #0F6D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.58%

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 6.41%
G = 46.58%
B = 47.01%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F6D6E (or 0x0F6D6E) is known color: Blue Stone. HEX triplet: 0F, 6D and 6E. RGB value is (15,109,110). Sum of RGB (Red+Green+Blue) = 15+109+110=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F6D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6D6E is #F09291. Grayscale: #505050. Windows color (decimal): -15766162 or 7236879. OLE color: 7236879.

HSL color Cylindrical-coordinate representation of color #0F6D6E: hue angle of 180.63º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6D6E is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 109 110 -
CMYK 0.86 0.01 0 0.57
HSL 180.63º 0.76% 0.25% -
HSV(B) 180.63º 0.86% 0.43% -
XYZ 8.48 12.16 16.65 -
YUV 81.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 15 109 110 0.86 0.01 0 0.57 180.63 0.76 0.25
Hex F 6D 6E 56 1 0 39 B5 4C 19
Octal 17 155 156 126 1 0 71 265 114 31
Binary 1111 1101101 1101110 1010110 1 0 111001 10110101 1001100 11001

Color Harmonies of #0F6D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6D6E

Black with #0F6D6E

Text Example


Text Example

White with #0F6D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,109,110); }

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

background-color css

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

 a { background-color: rgb(15,109,110); }

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

border-color css

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

 span { border-color: rgb(15,109,110); }

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