#60689B

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

Shades of Waikawa Grey #60689B

Tints of Waikawa Grey #60689B

Color information

#60689B (or 0x60689B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 68 and 9B. RGB value is (96,104,155). Sum of RGB (Red+Green+Blue) = 96+104+155=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #60689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60689B is #9F9764. Grayscale: #6B6B6B. Windows color (decimal): -10458981 or 10184800. OLE color: 10184800.

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

Color convert

RGB96104155-
CMYK0.380.3300.39
HSL231.86º23.51%49.22%-
HSV(B)231.86º38.06%60.78%-
XYZ15.6914.7533.03-
YUV107.42154.85119.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=27.04%
G=29.30%
B=43.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961041550.380.3300.39231.8623.5149.22
Hex60689B2621027e81831
Octal14015023346410473503061
Binary110000011010001001101110011010000101001111110100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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