#607C9D

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

Shades of Waikawa Grey #607C9D

Tints of Waikawa Grey #607C9D

Color information

#607C9D (or 0x607C9D) is unknown color: approx Waikawa Grey. HEX triplet: 60, 7C and 9D. RGB value is (96,124,157). Sum of RGB (Red+Green+Blue) = 96+124+157=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 124 (48.83% from 255 or 32.89% 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 #607C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C9D is #9F8362. Grayscale: #777777. Windows color (decimal): -10453859 or 10320992. OLE color: 10320992.

HSL color Cylindrical-coordinate representation of color #607C9D: hue angle of 212.46º 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 #607C9D is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96124157-
CMYK0.390.2100.38
HSL212.46º24.11%49.61%-
HSV(B)212.46º38.85%61.57%-
XYZ18.1219.3434.68-
YUV119.39149.22111.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=25.46%
G=32.89%
B=41.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961241570.390.2100.38212.4624.1149.61
Hex607C9D2715026d41832
Octal14017423547250463243062
Binary11000001111100100111011001111010101001101101010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607C9D; }

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

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

<style>
 a { background-color: #607C9D; }

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

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

<style>
 span { border-color: #607C9D; }

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

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