#68789B

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

Shades of Waikawa Grey #68789B

Tints of Waikawa Grey #68789B

Color information

#68789B (or 0x68789B) is unknown color: approx Waikawa Grey. HEX triplet: 68, 78 and 9B. RGB value is (104,120,155). Sum of RGB (Red+Green+Blue) = 104+120+155=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #68789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68789B is #978764. Grayscale: #777777. Windows color (decimal): -9930597 or 10188904. OLE color: 10188904.

HSL color Cylindrical-coordinate representation of color #68789B: hue angle of 221.18º 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 #68789B is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104120155-
CMYK0.330.2300.39
HSL221.18º20.32%50.78%-
HSV(B)221.18º32.9%60.78%-
XYZ18.3418.7433.66-
YUV119.21148.2117.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=27.44%
G=31.66%
B=40.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041201550.330.2300.39221.1820.3250.78
Hex68789B2117027dd1433
Octal15017023341270473352463
Binary11010001111000100110111000011011101001111101110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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