Html Css Color HEX #0F6866 Blue Stone

📋 copy color: '#0F6866'

red 15 ◦ green 104 ◦ blue 102

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

Shades of Blue Stone #0F6866

Tints of Blue Stone #0F6866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.06%

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 6.79%
G = 47.06%
B = 46.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#0F6866 (or 0x0F6866) is known color: Blue Stone. HEX triplet: 0F, 68 and 66. RGB value is (15,104,102). Sum of RGB (Red+Green+Blue) = 15+104+102=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6866 is #F09799. Grayscale: #4D4D4D. Windows color (decimal): -15767450 or 6711311. OLE color: 6711311.

HSL color Cylindrical-coordinate representation of color #0F6866: hue angle of 178.65º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6866 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 104 102 -
CMYK 0.86 0 0.02 0.59
HSL 178.65º 0.75% 0.23% -
HSV(B) 178.65º 0.86% 0.41% -
XYZ 7.55 10.96 14.29 -
YUV 77.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 15 104 102 0.86 0 0.02 0.59 178.65 0.75 0.23
Hex F 68 66 56 0 2 3B B3 4B 17
Octal 17 150 146 126 0 2 73 263 113 27
Binary 1111 1101000 1100110 1010110 0 10 111011 10110011 1001011 10111

Color Harmonies of #0F6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6866

Black with #0F6866

Text Example


Text Example

White with #0F6866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,104,102); }

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

background-color css

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

 a { background-color: rgb(15,104,102); }

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

border-color css

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

 span { border-color: rgb(15,104,102); }

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