#0F6962

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

Shades of Blue Stone #0F6962

Tints of Blue Stone #0F6962

Color information

#0F6962 (or 0x0F6962) is unknown color: approx Blue Stone. HEX triplet: 0F, 69 and 62. RGB value is (15,105,98). Sum of RGB (Red+Green+Blue) = 15+105+98=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6962 is #F0969D. Grayscale: #4D4D4D. Windows color (decimal): -15767198 or 6449423. OLE color: 6449423.

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

Color convert

RGB1510598-
CMYK0.8600.070.59
HSL175.33º75%23.53%-
HSV(B)175.33º85.71%41.18%-
XYZ7.4511.0913.3-
YUV77.29139.6883.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=6.88%
G=48.17%
B=44.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15105980.8600.070.59175.337523.53
HexF696256073Baf4b18
Octal17151142126077325711330
Binary1111110100111000101010110011111101110101111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,98); }

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

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

 a { background-color: rgb(15,105,98); }

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

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

 span { border-color: rgb(15,105,98); }

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