#0F6568

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

Shades of Blue Stone #0F6568

Tints of Blue Stone #0F6568

Color information

#0F6568 (or 0x0F6568) is unknown color: approx Blue Stone. HEX triplet: 0F, 65 and 68. RGB value is (15,101,104). Sum of RGB (Red+Green+Blue) = 15+101+104=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F6568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6568 is #F09A97. Grayscale: #4B4B4B. Windows color (decimal): -15768216 or 6841615. OLE color: 6841615.

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

Color convert

RGB15101104-
CMYK0.860.0300.59
HSL182.02º74.79%23.33%-
HSV(B)182.02º85.58%40.78%-
XYZ7.3510.4114.72-
YUV75.63144.0184.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.82%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=6.82%
G=45.91%
B=47.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal151011040.860.0300.59182.0274.7923.33
HexF656856303Bb64b17
Octal17145150126307326611327
Binary111111001011101000101011011011101110110110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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