#607AB2

Color #607AB2 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #607AB2

Tints of Chetwode Blue #607AB2

Color information

#607AB2 (or 0x607AB2) is unknown color: approx Chetwode Blue. HEX triplet: 60, 7A and B2. RGB value is (96,122,178). Sum of RGB (Red+Green+Blue) = 96+122+178=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #607AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AB2 is #9F854D. Grayscale: #787878. Windows color (decimal): -10454350 or 11696736. OLE color: 11696736.

HSL color Cylindrical-coordinate representation of color #607AB2: hue angle of 220.98º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #607AB2 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB96122178-
CMYK0.460.3100.30
HSL220.98º34.75%53.73%-
HSV(B)220.98º46.07%69.8%-
XYZ19.8219.6244.86-
YUV120.61160.39110.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 178 (69.92% from 255) = 44.95%
R=24.24%
G=30.81%
B=44.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961221780.460.3100.30220.9834.7553.73
Hex607AB22E1F01Edd2336
Octal14017226256370363354366
Binary11000001111010101100101011101111101111011011101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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