#0A6763

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

Shades of Blue Stone #0A6763

Tints of Blue Stone #0A6763

Color information

#0A6763 (or 0x0A6763) is unknown color: approx Blue Stone. HEX triplet: 0A, 67 and 63. RGB value is (10,103,99). Sum of RGB (Red+Green+Blue) = 10+103+99=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6763 is #F5989C. Grayscale: #4A4A4A. Windows color (decimal): -16095389 or 6514442. OLE color: 6514442.

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

Color convert

RGB1010399-
CMYK0.9000.040.60
HSL177.42º82.3%22.16%-
HSV(B)177.42º90.29%40.39%-
XYZ7.2310.6713.48-
YUV74.74141.6981.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 103 (40.62% from 255) = 48.58%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=4.72%
G=48.58%
B=46.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10103990.9000.040.60177.4282.322.16
HexA67635A043Cb15216
Octal12147143132047426112226
Binary1010110011111000111011010010011110010110001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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