#0A6766

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

Shades of Blue Stone #0A6766

Tints of Blue Stone #0A6766

Color information

#0A6766 (or 0x0A6766) is unknown color: approx Blue Stone. HEX triplet: 0A, 67 and 66. RGB value is (10,103,102). Sum of RGB (Red+Green+Blue) = 10+103+102=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6766 is #F59899. Grayscale: #4A4A4A. Windows color (decimal): -16095386 or 6711050. OLE color: 6711050.

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

Color convert

RGB10103102-
CMYK0.9000.010.60
HSL179.35º82.3%22.16%-
HSV(B)179.35º90.29%40.39%-
XYZ7.3710.7214.25-
YUV75.08143.1981.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 103 (40.62% from 255) = 47.91%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=4.65%
G=47.91%
B=47.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101031020.9000.010.60179.3582.322.16
HexA67665A013Cb35216
Octal12147146132017426312226
Binary10101100111110011010110100111110010110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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