#68709B

Color #68709B Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #68709B

Tints of Waikawa Grey #68709B

Color information

#68709B (or 0x68709B) is unknown color: approx Waikawa Grey. HEX triplet: 68, 70 and 9B. RGB value is (104,112,155). Sum of RGB (Red+Green+Blue) = 104+112+155=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #68709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68709B is #978F64. Grayscale: #727272. Windows color (decimal): -9932645 or 10186856. OLE color: 10186856.

HSL color Cylindrical-coordinate representation of color #68709B: hue angle of 230.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68709B is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104112155-
CMYK0.330.2800.39
HSL230.59º20.32%50.78%-
HSV(B)230.59º32.9%60.78%-
XYZ17.4216.933.35-
YUV114.51150.85120.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=28.03%
G=30.19%
B=41.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041121550.330.2800.39230.5920.3250.78
Hex68709B211C027e71433
Octal15016023341340473472463
Binary11010001110000100110111000011110001001111110011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68709B; }

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

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

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

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

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

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

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

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