#607690

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

Shades of Waikawa Grey #607690

Tints of Waikawa Grey #607690

Color information

#607690 (or 0x607690) is unknown color: approx Waikawa Grey. HEX triplet: 60, 76 and 90. RGB value is (96,118,144). Sum of RGB (Red+Green+Blue) = 96+118+144=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #607690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607690 is #9F896F. Grayscale: #727272. Windows color (decimal): -10455408 or 9467488. OLE color: 9467488.

HSL color Cylindrical-coordinate representation of color #607690: hue angle of 212.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607690 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96118144-
CMYK0.330.1800.44
HSL212.5º20%47.06%-
HSV(B)212.5º33.33%56.47%-
XYZ16.3417.4628.89-
YUV114.39144.71114.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=26.82%
G=32.96%
B=40.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961181440.330.1800.44212.52047.06
Hex607690211202Cd4142f
Octal14016622041220543242457
Binary11000001110110100100001000011001001011001101010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607690; }

 p { color: rgb(96,118,144); }

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

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

 a { background-color: rgb(96,118,144); }

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

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

 span { border-color: rgb(96,118,144); }

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