#0F646B

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

Shades of Blue Stone #0F646B

Tints of Blue Stone #0F646B

Color information

#0F646B (or 0x0F646B) is unknown color: approx Blue Stone. HEX triplet: 0F, 64 and 6B. RGB value is (15,100,107). Sum of RGB (Red+Green+Blue) = 15+100+107=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F646B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F646B is #F09B94. Grayscale: #4B4B4B. Windows color (decimal): -15768469 or 7037967. OLE color: 7037967.

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

Color convert

RGB15100107-
CMYK0.860.0700.58
HSL184.57º75.41%23.92%-
HSV(B)184.57º85.98%41.96%-
XYZ7.4110.2815.5-
YUV75.38145.8484.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.76%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=6.76%
G=45.05%
B=48.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal151001070.860.0700.58184.5775.4123.92
HexF646B56703Ab94b18
Octal17144153126707227111330
Binary1111110010011010111010110111011101010111001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,100,107); }

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

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

 a { background-color: rgb(15,100,107); }

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

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

 span { border-color: rgb(15,100,107); }

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