#0F6667

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

Shades of Blue Stone #0F6667

Tints of Blue Stone #0F6667

Color information

#0F6667 (or 0x0F6667) is unknown color: approx Blue Stone. HEX triplet: 0F, 66 and 67. RGB value is (15,102,103). Sum of RGB (Red+Green+Blue) = 15+102+103=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F6667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6667 is #F09998. Grayscale: #4C4C4C. Windows color (decimal): -15767961 or 6776335. OLE color: 6776335.

HSL color Cylindrical-coordinate representation of color #0F6667: hue angle of 180.68º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6667 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB15102103-
CMYK0.850.0100.60
HSL180.68º74.58%23.14%-
HSV(B)180.68º85.44%40.39%-
XYZ7.410.5814.48-
YUV76.1143.1884.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.82%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=6.82%
G=46.36%
B=46.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal151021030.850.0100.60180.6874.5823.14
HexF666755103Cb54b17
Octal17146147125107426511327
Binary11111100110110011110101011011110010110101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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