#6474CA

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

Shades of Chetwode Blue #6474CA

Tints of Chetwode Blue #6474CA

Color information

#6474CA (or 0x6474CA) is unknown color: approx Chetwode Blue. HEX triplet: 64, 74 and CA. RGB value is (100,116,202). Sum of RGB (Red+Green+Blue) = 100+116+202=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #6474CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6474CA is #9B8B35. Grayscale: #787878. Windows color (decimal): -10193718 or 13268068. OLE color: 13268068.

HSL color Cylindrical-coordinate representation of color #6474CA: hue angle of 230.59º 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 #6474CA is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100116202-
CMYK0.500.4300.21
HSL230.59º49.04%59.22%-
HSV(B)230.59º50.5%79.22%-
XYZ22.1619.4658.47-
YUV121.02173.7113.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.92%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=23.92%
G=27.75%
B=48.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001162020.500.4300.21230.5949.0459.22
Hex6474CA322B015e7313b
Octal14416431262530253476173
Binary110010011101001100101011001010101101010111100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6474CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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