#68749D

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

Shades of Waikawa Grey #68749D

Tints of Waikawa Grey #68749D

Color information

#68749D (or 0x68749D) is unknown color: approx Waikawa Grey. HEX triplet: 68, 74 and 9D. RGB value is (104,116,157). Sum of RGB (Red+Green+Blue) = 104+116+157=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #68749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68749D is #978B62. Grayscale: #747474. Windows color (decimal): -9931619 or 10318952. OLE color: 10318952.

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

Color convert

RGB104116157-
CMYK0.340.2600.38
HSL226.42º21.29%51.18%-
HSV(B)226.42º33.76%61.57%-
XYZ18.0417.8734.4-
YUV117.09150.52118.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=27.59%
G=30.77%
B=41.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041161570.340.2600.38226.4221.2951.18
Hex68749D221A026e21533
Octal15016423542320463422563
Binary11010001110100100111011000101101001001101110001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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