#0A6B65

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

Shades of Blue Stone #0A6B65

Tints of Blue Stone #0A6B65

Color information

#0A6B65 (or 0x0A6B65) is unknown color: approx Blue Stone. HEX triplet: 0A, 6B and 65. RGB value is (10,107,101). Sum of RGB (Red+Green+Blue) = 10+107+101=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6B65 is #F5949A. Grayscale: #4D4D4D. Windows color (decimal): -16094363 or 6646538. OLE color: 6646538.

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

Color convert

RGB10107101-
CMYK0.9100.060.58
HSL176.29º82.91%22.94%-
HSV(B)176.29º90.65%41.96%-
XYZ7.7311.5214.13-
YUV77.31141.3679.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 107 (42.19% from 255) = 49.08%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=4.59%
G=49.08%
B=46.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101071010.9100.060.58176.2982.9122.94
HexA6B655B063Ab05317
Octal12153145133067226012327
Binary1010110101111001011011011011011101010110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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