#0A6862

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

Shades of Blue Stone #0A6862

Tints of Blue Stone #0A6862

Color information

#0A6862 (or 0x0A6862) is unknown color: approx Blue Stone. HEX triplet: 0A, 68 and 62. RGB value is (10,104,98). Sum of RGB (Red+Green+Blue) = 10+104+98=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6862 is #F5979D. Grayscale: #4B4B4B. Windows color (decimal): -16095134 or 6449162. OLE color: 6449162.

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

Color convert

RGB1010498-
CMYK0.9000.060.59
HSL176.17º82.46%22.35%-
HSV(B)176.17º90.38%40.78%-
XYZ7.2810.8513.27-
YUV75.21140.8681.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 104 (41.02% from 255) = 49.06%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=4.72%
G=49.06%
B=46.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104980.9000.060.59176.1782.4622.35
HexA68625A063Bb05216
Octal12150142132067326012226
Binary1010110100011000101011010011011101110110000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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