#607AAC

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

Shades of Chetwode Blue #607AAC

Tints of Chetwode Blue #607AAC

Color information

#607AAC (or 0x607AAC) is unknown color: approx Chetwode Blue. HEX triplet: 60, 7A and AC. RGB value is (96,122,172). Sum of RGB (Red+Green+Blue) = 96+122+172=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #607AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AAC is #9F8553. Grayscale: #777777. Windows color (decimal): -10454356 or 11303520. OLE color: 11303520.

HSL color Cylindrical-coordinate representation of color #607AAC: hue angle of 219.47º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #607AAC is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96122172-
CMYK0.440.2900.33
HSL219.47º31.4%52.55%-
HSV(B)219.47º44.19%67.45%-
XYZ19.2319.3841.76-
YUV119.93157.39110.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=24.62%
G=31.28%
B=44.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961221720.440.2900.33219.4731.452.55
Hex607AAC2C1D021db1f35
Octal14017225454350413333765
Binary11000001111010101011001011001110101000011101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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