#106268

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

Shades of Blue Stone #106268

Tints of Blue Stone #106268

Color information

#106268 (or 0x106268) is unknown color: approx Blue Stone. HEX triplet: 10, 62 and 68. RGB value is (16,98,104). Sum of RGB (Red+Green+Blue) = 16+98+104=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #106268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106268 is #EF9D97. Grayscale: #4A4A4A. Windows color (decimal): -15703448 or 6840848. OLE color: 6840848.

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

Color convert

RGB1698104-
CMYK0.850.0600.59
HSL184.09º73.33%23.53%-
HSV(B)184.09º84.62%40.78%-
XYZ7.089.8514.62-
YUV74.17144.8386.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=7.34%
G=44.95%
B=47.71%

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
Decimal16981040.850.0600.59184.0973.3323.53
Hex10626855603Bb84918
Octal20142150125607327011130
Binary10000110001011010001010101110011101110111000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106268; }

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

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

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

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

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

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

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

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