#607AB1

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

Shades of Chetwode Blue #607AB1

Tints of Chetwode Blue #607AB1

Color information

#607AB1 (or 0x607AB1) is unknown color: approx Chetwode Blue. HEX triplet: 60, 7A and B1. RGB value is (96,122,177). Sum of RGB (Red+Green+Blue) = 96+122+177=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #607AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AB1 is #9F854E. Grayscale: #787878. Windows color (decimal): -10454351 or 11631200. OLE color: 11631200.

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

Color convert

RGB96122177-
CMYK0.460.3100.31
HSL220.74º34.18%53.53%-
HSV(B)220.74º45.76%69.41%-
XYZ19.7219.5844.34-
YUV120.5159.89110.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 177 (69.53% from 255) = 44.81%
R=24.30%
G=30.89%
B=44.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961221770.460.3100.31220.7434.1853.53
Hex607AB12E1F01Fdd2236
Octal14017226156370373354266
Binary11000001111010101100011011101111101111111011101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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