Html Css Color HEX #0F6D6A Blue Stone

📋 copy color: '#0F6D6A'

red 15 ◦ green 109 ◦ blue 106

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

Shades of Blue Stone #0F6D6A

Tints of Blue Stone #0F6D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.09%

R = 6.52%
G = 47.39%
B = 46.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#0F6D6A (or 0x0F6D6A) is known color: Blue Stone. HEX triplet: 0F, 6D and 6A. RGB value is (15,109,106). Sum of RGB (Red+Green+Blue) = 15+109+106=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 109 - color contains mainly: green. Hex color #0F6D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6D6A is #F09295. Grayscale: #505050. Windows color (decimal): -15766166 or 6974735. OLE color: 6974735.

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

Color convert

RGB 15 109 106 -
CMYK 0.86 0 0.03 0.57
HSL 178.09º 0.76% 0.24% -
HSV(B) 178.09º 0.86% 0.43% -
XYZ 8.27 12.08 15.53 -
YUV 80.55 142.36 81.24 -
System Red Green Blue C M Y K H S L
Decimal 15 109 106 0.86 0 0.03 0.57 178.09 0.76 0.24
Hex F 6D 6A 56 0 3 39 B2 4C 18
Octal 17 155 152 126 0 3 71 262 114 30
Binary 1111 1101101 1101010 1010110 0 11 111001 10110010 1001100 11000

Color Harmonies of #0F6D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6D6A

Black with #0F6D6A

Text Example


Text Example

White with #0F6D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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