#0A6962

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

Shades of Blue Stone #0A6962

Tints of Blue Stone #0A6962

Color information

#0A6962 (or 0x0A6962) is unknown color: approx Blue Stone. HEX triplet: 0A, 69 and 62. RGB value is (10,105,98). Sum of RGB (Red+Green+Blue) = 10+105+98=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #0A6962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6962 is #F5969D. Grayscale: #4B4B4B. Windows color (decimal): -16094878 or 6449418. OLE color: 6449418.

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

Color convert

RGB1010598-
CMYK0.9000.070.59
HSL175.58º82.61%22.55%-
HSV(B)175.58º90.48%41.18%-
XYZ7.3811.0513.3-
YUV75.8140.5381.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=4.69%
G=49.30%
B=46.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10105980.9000.070.59175.5882.6122.55
HexA69625A073Bb05317
Octal12151142132077326012327
Binary1010110100111000101011010011111101110110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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