#606EA5

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

Shades of Chetwode Blue #606EA5

Tints of Chetwode Blue #606EA5

Color information

#606EA5 (or 0x606EA5) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6E and A5. RGB value is (96,110,165). Sum of RGB (Red+Green+Blue) = 96+110+165=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #606EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606EA5 is #9F915A. Grayscale: #6F6F6F. Windows color (decimal): -10457435 or 10841696. OLE color: 10841696.

HSL color Cylindrical-coordinate representation of color #606EA5: hue angle of 227.83º 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 #606EA5 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB96110165-
CMYK0.420.3300.35
HSL227.83º27.71%51.18%-
HSV(B)227.83º41.82%64.71%-
XYZ17.1916.3637.85-
YUV112.08157.86116.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 165 (64.84% from 255) = 44.47%
R=25.88%
G=29.65%
B=44.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961101650.420.3300.35227.8327.7151.18
Hex606EA52A21023e41c33
Octal14015624552410433443463
Binary110000011011101010010110101010000101000111110010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606EA5; }

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

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

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

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

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

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

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

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