#0F6A68

Color #0F6A68 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0F6A68

Tints of Blue Stone #0F6A68

Color information

#0F6A68 (or 0x0F6A68) is unknown color: approx Blue Stone. HEX triplet: 0F, 6A and 68. RGB value is (15,106,104). Sum of RGB (Red+Green+Blue) = 15+106+104=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #0F6A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6A68 is #F09597. Grayscale: #4E4E4E. Windows color (decimal): -15766936 or 6842895. OLE color: 6842895.

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

Color convert

RGB15106104-
CMYK0.8600.020.58
HSL178.68º75.21%23.73%-
HSV(B)178.68º85.85%41.57%-
XYZ7.8511.4114.89-
YUV78.56142.3582.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=6.67%
G=47.11%
B=46.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal151061040.8600.020.58178.6875.2123.73
HexF6A6856023Ab34b18
Octal17152150126027226311330
Binary111111010101101000101011001011101010110011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F6A68;
 }
 .AnyTagClassName
 {
   color: #0F6A68;
 }
</style>
background-color css

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

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

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

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

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

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