#68759A

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

Shades of Waikawa Grey #68759A

Tints of Waikawa Grey #68759A

Color information

#68759A (or 0x68759A) is unknown color: approx Waikawa Grey. HEX triplet: 68, 75 and 9A. RGB value is (104,117,154). Sum of RGB (Red+Green+Blue) = 104+117+154=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #68759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68759A is #978A65. Grayscale: #757575. Windows color (decimal): -9931366 or 10122600. OLE color: 10122600.

HSL color Cylindrical-coordinate representation of color #68759A: hue angle of 224.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68759A is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB104117154-
CMYK0.320.2400.40
HSL224.4º19.84%50.59%-
HSV(B)224.4º32.47%60.39%-
XYZ17.91833.1-
YUV117.33148.69118.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=27.73%
G=31.2%
B=41.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041171540.320.2400.40224.419.8450.59
Hex68759A2018028e01433
Octal15016523240300503402463
Binary11010001110101100110101000001100001010001110000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68759A; }

 p { color: rgb(104,117,154); }

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

<style>
 a { background-color: #68759A; }

 a { background-color: rgb(104,117,154); }

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

<style>
 span { border-color: #68759A; }

 span { border-color: rgb(104,117,154); }

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