#60689D

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

Shades of Waikawa Grey #60689D

Tints of Waikawa Grey #60689D

Color information

#60689D (or 0x60689D) is unknown color: approx Waikawa Grey. HEX triplet: 60, 68 and 9D. RGB value is (96,104,157). Sum of RGB (Red+Green+Blue) = 96+104+157=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #60689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60689D is #9F9762. Grayscale: #6B6B6B. Windows color (decimal): -10458979 or 10315872. OLE color: 10315872.

HSL color Cylindrical-coordinate representation of color #60689D: hue angle of 232.13º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60689D is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96104157-
CMYK0.390.3400.38
HSL232.13º24.11%49.61%-
HSV(B)232.13º38.85%61.57%-
XYZ15.8614.8233.92-
YUV107.65155.85119.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=26.89%
G=29.13%
B=43.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961041570.390.3400.38232.1324.1149.61
Hex60689D2722026e81832
Octal14015023547420463503062
Binary110000011010001001110110011110001001001101110100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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