#106368

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

Shades of Blue Stone #106368

Tints of Blue Stone #106368

Color information

#106368 (or 0x106368) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 68. RGB value is (16,99,104). Sum of RGB (Red+Green+Blue) = 16+99+104=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #106368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106368 is #EF9C97. Grayscale: #4A4A4A. Windows color (decimal): -15703192 or 6841104. OLE color: 6841104.

HSL color Cylindrical-coordinate representation of color #106368: hue angle of 183.41º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106368 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1699104-
CMYK0.850.0500.59
HSL183.41º73.33%23.53%-
HSV(B)183.41º84.62%40.78%-
XYZ7.1710.0314.66-
YUV74.75144.586.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=7.31%
G=45.21%
B=47.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16991040.850.0500.59183.4173.3323.53
Hex10636855503Bb74918
Octal20143150125507326711130
Binary10000110001111010001010101101011101110110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106368; }

 p { color: rgb(16,99,104); }

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

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

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

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

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

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

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