#0A6868

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

Shades of Blue Stone #0A6868

Tints of Blue Stone #0A6868

Color information

#0A6868 (or 0x0A6868) is unknown color: approx Blue Stone. HEX triplet: 0A, 68 and 68. RGB value is (10,104,104). Sum of RGB (Red+Green+Blue) = 10+104+104=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #0A6868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6868 is #F59797. Grayscale: #4B4B4B. Windows color (decimal): -16095128 or 6842378. OLE color: 6842378.

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

Color convert

RGB10104104-
CMYK0.90000.59
HSL180º82.46%22.35%-
HSV(B)180º90.38%40.78%-
XYZ7.5710.9614.81-
YUV75.89143.8681-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=4.59%
G=47.71%
B=47.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101041040.90000.5918082.4622.35
HexA68685A003Bb45216
Octal12150150132007326412226
Binary10101101000110100010110100011101110110100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,104,104); }

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

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

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

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

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

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

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