#6475CA

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

Shades of Chetwode Blue #6475CA

Tints of Chetwode Blue #6475CA

Color information

#6475CA (or 0x6475CA) is unknown color: approx Chetwode Blue. HEX triplet: 64, 75 and CA. RGB value is (100,117,202). Sum of RGB (Red+Green+Blue) = 100+117+202=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #6475CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475CA is #9B8A35. Grayscale: #797979. Windows color (decimal): -10193462 or 13268324. OLE color: 13268324.

HSL color Cylindrical-coordinate representation of color #6475CA: hue angle of 230º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6475CA is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100117202-
CMYK0.500.4200.21
HSL230º49.04%59.22%-
HSV(B)230º50.5%79.22%-
XYZ22.2819.758.5-
YUV121.61173.37112.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.87%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=23.87%
G=27.92%
B=48.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001172020.500.4200.2123049.0459.22
Hex6475CA322A015e6313b
Octal14416531262520253466173
Binary110010011101011100101011001010101001010111100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6475CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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