#0A6863

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

Shades of Blue Stone #0A6863

Tints of Blue Stone #0A6863

Color information

#0A6863 (or 0x0A6863) is unknown color: approx Blue Stone. HEX triplet: 0A, 68 and 63. RGB value is (10,104,99). Sum of RGB (Red+Green+Blue) = 10+104+99=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6863 is #F5979C. Grayscale: #4B4B4B. Windows color (decimal): -16095133 or 6514698. OLE color: 6514698.

HSL color Cylindrical-coordinate representation of color #0A6863: hue angle of 176.81º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6863 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1010499-
CMYK0.9000.050.59
HSL176.81º82.46%22.35%-
HSV(B)176.81º90.38%40.78%-
XYZ7.3310.8713.52-
YUV75.32141.3681.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 104 (41.02% from 255) = 48.83%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=4.69%
G=48.83%
B=46.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104990.9000.050.59176.8182.4622.35
HexA68635A053Bb15216
Octal12150143132057326112226
Binary1010110100011000111011010010111101110110001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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