#68758D

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

Shades of Waikawa Grey #68758D

Tints of Waikawa Grey #68758D

Color information

#68758D (or 0x68758D) is unknown color: approx Waikawa Grey. HEX triplet: 68, 75 and 8D. RGB value is (104,117,141). Sum of RGB (Red+Green+Blue) = 104+117+141=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #68758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68758D is #978A72. Grayscale: #737373. Windows color (decimal): -9931379 or 9270632. OLE color: 9270632.

HSL color Cylindrical-coordinate representation of color #68758D: hue angle of 218.92º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68758D is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB104117141-
CMYK0.260.1700.45
HSL218.92º15.1%48.04%-
HSV(B)218.92º26.24%55.29%-
XYZ16.8817.5927.7-
YUV115.85142.19119.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=28.73%
G=32.32%
B=38.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041171410.260.1700.45218.9215.148.04
Hex68758D1A1102Ddbf30
Octal15016521532210553331760
Binary110100011101011000110111010100010101101110110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68758D; }

 p { color: rgb(104,117,141); }

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

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

 a { background-color: rgb(104,117,141); }

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

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

 span { border-color: rgb(104,117,141); }

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