#6475AE

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

Shades of Chetwode Blue #6475AE

Tints of Chetwode Blue #6475AE

Color information

#6475AE (or 0x6475AE) is unknown color: approx Chetwode Blue. HEX triplet: 64, 75 and AE. RGB value is (100,117,174). Sum of RGB (Red+Green+Blue) = 100+117+174=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #6475AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6475AE is #9B8A51. Grayscale: #767676. Windows color (decimal): -10193490 or 11433316. OLE color: 11433316.

HSL color Cylindrical-coordinate representation of color #6475AE: hue angle of 226.22º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6475AE is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100117174-
CMYK0.430.3300.32
HSL226.22º31.36%53.73%-
HSV(B)226.22º42.53%68.24%-
XYZ19.2618.4942.6-
YUV118.42159.37114.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.58%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=25.58%
G=29.92%
B=44.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001171740.430.3300.32226.2231.3653.73
Hex6475AE2B21020e21f36
Octal14416525653410403423766
Binary110010011101011010111010101110000101000001110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6475AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6475AE; }

 p { color: rgb(100,117,174); }

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

<style>
 a { background-color: #6475AE; }

 a { background-color: rgb(100,117,174); }

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

<style>
 span { border-color: #6475AE; }

 span { border-color: rgb(100,117,174); }

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