#10666B

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

Shades of Blue Stone #10666B

Tints of Blue Stone #10666B

Color information

#10666B (or 0x10666B) is unknown color: approx Blue Stone. HEX triplet: 10, 66 and 6B. RGB value is (16,102,107). Sum of RGB (Red+Green+Blue) = 16+102+107=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #10666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10666B is #EF9994. Grayscale: #4C4C4C. Windows color (decimal): -15702421 or 7038480. OLE color: 7038480.

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

Color convert

RGB16102107-
CMYK0.850.0500.58
HSL183.3º73.98%24.12%-
HSV(B)183.3º85.05%41.96%-
XYZ7.6210.6715.57-
YUV76.86145.0184.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=7.11%
G=45.33%
B=47.56%

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
Decimal161021070.850.0500.58183.373.9824.12
Hex10666B55503Ab74a18
Octal20146153125507226711230
Binary10000110011011010111010101101011101010110111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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