#10676C

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

Shades of Blue Stone #10676C

Tints of Blue Stone #10676C

Color information

#10676C (or 0x10676C) is unknown color: approx Blue Stone. HEX triplet: 10, 67 and 6C. RGB value is (16,103,108). Sum of RGB (Red+Green+Blue) = 16+103+108=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #10676C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10676C is #EF9893. Grayscale: #4D4D4D. Windows color (decimal): -15702164 or 7104272. OLE color: 7104272.

HSL color Cylindrical-coordinate representation of color #10676C: hue angle of 183.26º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10676C is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB16103108-
CMYK0.850.0500.58
HSL183.26º74.19%24.31%-
HSV(B)183.26º85.19%42.35%-
XYZ7.7710.8915.88-
YUV77.56145.1884.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 103 (40.62% from 255) = 45.37%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=7.05%
G=45.37%
B=47.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal161031080.850.0500.58183.2674.1924.31
Hex10676C55503Ab74a18
Octal20147154125507226711230
Binary10000110011111011001010101101011101010110111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10676C; }

 p { color: rgb(16,103,108); }

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

<style>
 a { background-color: #10676C; }

 a { background-color: rgb(16,103,108); }

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

<style>
 span { border-color: #10676C; }

 span { border-color: rgb(16,103,108); }

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