#106068

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

Shades of Blue Stone #106068

Tints of Blue Stone #106068

Color information

#106068 (or 0x106068) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 68. RGB value is (16,96,104). Sum of RGB (Red+Green+Blue) = 16+96+104=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #106068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106068 is #EF9F97. Grayscale: #484848. Windows color (decimal): -15703960 or 6840336. OLE color: 6840336.

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

Color convert

RGB1696104-
CMYK0.850.0800.59
HSL185.45º73.33%23.53%-
HSV(B)185.45º84.62%40.78%-
XYZ6.99.4814.56-
YUV72.99145.587.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.41%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=7.41%
G=44.44%
B=48.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16961040.850.0800.59185.4573.3323.53
Hex10606855803Bb94918
Octal201401501251007327111130
Binary100001100000110100010101011000011101110111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106068; }

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

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

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

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

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

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

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

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