#0A6B64

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

Shades of Blue Stone #0A6B64

Tints of Blue Stone #0A6B64

Color information

#0A6B64 (or 0x0A6B64) is unknown color: approx Blue Stone. HEX triplet: 0A, 6B and 64. RGB value is (10,107,100). Sum of RGB (Red+Green+Blue) = 10+107+100=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6B64 is #F5949B. Grayscale: #4D4D4D. Windows color (decimal): -16094364 or 6581002. OLE color: 6581002.

HSL color Cylindrical-coordinate representation of color #0A6B64: hue angle of 175.67º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6B64 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB10107100-
CMYK0.9100.070.58
HSL175.67º82.91%22.94%-
HSV(B)175.67º90.65%41.96%-
XYZ7.6811.513.87-
YUV77.2140.8680.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.61%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 100 (39.45% from 255) = 46.08%
R=4.61%
G=49.31%
B=46.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101071000.9100.070.58175.6782.9122.94
HexA6B645B073Ab05317
Octal12153144133077226012327
Binary1010110101111001001011011011111101010110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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