#607AA5

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

Shades of Waikawa Grey #607AA5

Tints of Waikawa Grey #607AA5

Color information

#607AA5 (or 0x607AA5) is unknown color: approx Waikawa Grey. HEX triplet: 60, 7A and A5. RGB value is (96,122,165). Sum of RGB (Red+Green+Blue) = 96+122+165=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 165 - color contains mainly: blue. Hex color #607AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AA5 is #9F855A. Grayscale: #767676. Windows color (decimal): -10454363 or 10844768. OLE color: 10844768.

HSL color Cylindrical-coordinate representation of color #607AA5: hue angle of 217.39º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #607AA5 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB96122165-
CMYK0.420.2600.35
HSL217.39º27.71%51.18%-
HSV(B)217.39º41.82%64.71%-
XYZ18.5719.1238.31-
YUV119.13153.89111.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 165 (64.84% from 255) = 43.08%
R=25.07%
G=31.85%
B=43.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961221650.420.2600.35217.3927.7151.18
Hex607AA52A1A023d91c33
Octal14017224552320433313463
Binary11000001111010101001011010101101001000111101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,122,165); }

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

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

 a { background-color: rgb(96,122,165); }

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

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

 span { border-color: rgb(96,122,165); }

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