#0F6368

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

Shades of Blue Stone #0F6368

Tints of Blue Stone #0F6368

Color information

#0F6368 (or 0x0F6368) is unknown color: approx Blue Stone. HEX triplet: 0F, 63 and 68. RGB value is (15,99,104). Sum of RGB (Red+Green+Blue) = 15+99+104=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F6368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6368 is #F09C97. Grayscale: #4A4A4A. Windows color (decimal): -15768728 or 6841103. OLE color: 6841103.

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

Color convert

RGB1599104-
CMYK0.860.0500.59
HSL183.37º74.79%23.33%-
HSV(B)183.37º85.58%40.78%-
XYZ7.1610.0214.65-
YUV74.45144.6785.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=6.88%
G=45.41%
B=47.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15991040.860.0500.59183.3774.7923.33
HexF636856503Bb74b17
Octal17143150126507326711327
Binary1111110001111010001010110101011101110110111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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