#68749C

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

Shades of Waikawa Grey #68749C

Tints of Waikawa Grey #68749C

Color information

#68749C (or 0x68749C) is unknown color: approx Waikawa Grey. HEX triplet: 68, 74 and 9C. RGB value is (104,116,156). Sum of RGB (Red+Green+Blue) = 104+116+156=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #68749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68749C is #978B63. Grayscale: #747474. Windows color (decimal): -9931620 or 10253416. OLE color: 10253416.

HSL color Cylindrical-coordinate representation of color #68749C: hue angle of 226.15º degrees, saturation: 0.21, 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 #68749C is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104116156-
CMYK0.330.2600.39
HSL226.15º20.8%50.98%-
HSV(B)226.15º33.33%61.18%-
XYZ17.9617.8333.95-
YUV116.97150.02118.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=27.66%
G=30.85%
B=41.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041161560.330.2600.39226.1520.850.98
Hex68749C211A027e21533
Octal15016423441320473422563
Binary11010001110100100111001000011101001001111110001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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