#68759D

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

Shades of Waikawa Grey #68759D

Tints of Waikawa Grey #68759D

Color information

#68759D (or 0x68759D) is unknown color: approx Waikawa Grey. HEX triplet: 68, 75 and 9D. RGB value is (104,117,157). Sum of RGB (Red+Green+Blue) = 104+117+157=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #68759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68759D is #978A62. Grayscale: #757575. Windows color (decimal): -9931363 or 10319208. OLE color: 10319208.

HSL color Cylindrical-coordinate representation of color #68759D: hue angle of 225.28º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68759D is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104117157-
CMYK0.340.2500.38
HSL225.28º21.29%51.18%-
HSV(B)225.28º33.76%61.57%-
XYZ18.1618.134.44-
YUV117.67150.19118.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=27.51%
G=30.95%
B=41.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041171570.340.2500.38225.2821.2951.18
Hex68759D2219026e11533
Octal15016523542310463412563
Binary11010001110101100111011000101100101001101110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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