#68789F

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

Shades of Waikawa Grey #68789F

Tints of Waikawa Grey #68789F

Color information

#68789F (or 0x68789F) is unknown color: approx Waikawa Grey. HEX triplet: 68, 78 and 9F. RGB value is (104,120,159). Sum of RGB (Red+Green+Blue) = 104+120+159=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #68789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68789F is #978760. Grayscale: #777777. Windows color (decimal): -9930593 or 10451048. OLE color: 10451048.

HSL color Cylindrical-coordinate representation of color #68789F: hue angle of 222.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68789F is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104120159-
CMYK0.350.2500.38
HSL222.55º22.27%51.57%-
HSV(B)222.55º34.59%62.35%-
XYZ18.6818.8835.46-
YUV119.66150.2116.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=27.15%
G=31.33%
B=41.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041201590.350.2500.38222.5522.2751.57
Hex68789F2319026df1634
Octal15017023743310463372664
Binary11010001111000100111111000111100101001101101111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68789F; }

 p { color: rgb(104,120,159); }

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

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

 a { background-color: rgb(104,120,159); }

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

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

 span { border-color: rgb(104,120,159); }

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