#106369

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

Shades of Blue Stone #106369

Tints of Blue Stone #106369

Color information

#106369 (or 0x106369) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 69. RGB value is (16,99,105). Sum of RGB (Red+Green+Blue) = 16+99+105=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #106369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106369 is #EF9C96. Grayscale: #4A4A4A. Windows color (decimal): -15703191 or 6906640. OLE color: 6906640.

HSL color Cylindrical-coordinate representation of color #106369: hue angle of 184.04º degrees, saturation: 0.74, 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 #106369 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1699105-
CMYK0.850.0600.59
HSL184.04º73.55%23.73%-
HSV(B)184.04º84.76%41.18%-
XYZ7.2310.0514.92-
YUV74.8714586.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=7.27%
G=45%
B=47.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16991050.850.0600.59184.0473.5523.73
Hex10636955603Bb84a18
Octal20143151125607327011230
Binary10000110001111010011010101110011101110111000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106369; }

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

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

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

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

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

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

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

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