#10666C

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

Shades of Blue Stone #10666C

Tints of Blue Stone #10666C

Color information

#10666C (or 0x10666C) is unknown color: approx Blue Stone. HEX triplet: 10, 66 and 6C. RGB value is (16,102,108). Sum of RGB (Red+Green+Blue) = 16+102+108=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #10666C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10666C is #EF9993. Grayscale: #4C4C4C. Windows color (decimal): -15702420 or 7104016. OLE color: 7104016.

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

Color convert

RGB16102108-
CMYK0.850.0600.58
HSL183.91º74.19%24.31%-
HSV(B)183.91º85.19%42.35%-
XYZ7.6710.715.85-
YUV76.97145.5184.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.08%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=7.08%
G=45.13%
B=47.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal161021080.850.0600.58183.9174.1924.31
Hex10666C55603Ab84a18
Octal20146154125607227011230
Binary10000110011011011001010101110011101010111000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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