#68749F

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

Shades of Waikawa Grey #68749F

Tints of Waikawa Grey #68749F

Color information

#68749F (or 0x68749F) is unknown color: approx Waikawa Grey. HEX triplet: 68, 74 and 9F. RGB value is (104,116,159). Sum of RGB (Red+Green+Blue) = 104+116+159=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #68749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68749F is #978B60. Grayscale: #757575. Windows color (decimal): -9931617 or 10450024. OLE color: 10450024.

HSL color Cylindrical-coordinate representation of color #68749F: hue angle of 226.91º 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 #68749F is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104116159-
CMYK0.350.2700.38
HSL226.91º22.27%51.57%-
HSV(B)226.91º34.59%62.35%-
XYZ18.2117.9435.3-
YUV117.31151.52118.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=27.44%
G=30.61%
B=41.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041161590.350.2700.38226.9122.2751.57
Hex68749F231B026e31634
Octal15016423743330463432664
Binary11010001110100100111111000111101101001101110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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