#107068

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

Shades of Blue Stone #107068

Tints of Blue Stone #107068

Color information

#107068 (or 0x107068) is unknown color: approx Blue Stone. HEX triplet: 10, 70 and 68. RGB value is (16,112,104). Sum of RGB (Red+Green+Blue) = 16+112+104=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #107068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107068 is #EF8F97. Grayscale: #525252. Windows color (decimal): -15699864 or 6844432. OLE color: 6844432.

HSL color Cylindrical-coordinate representation of color #107068: hue angle of 175º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107068 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB16112104-
CMYK0.8600.070.56
HSL175º75%25.1%-
HSV(B)175º85.71%43.92%-
XYZ8.5112.715.1-
YUV82.38140.280.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=6.90%
G=48.28%
B=44.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal161121040.8600.070.561757525.1
Hex107068560738af4b19
Octal20160150126077025711331
Binary10000111000011010001010110011111100010101111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107068; }

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

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

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

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

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

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

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

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