#6470CA

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

Shades of Chetwode Blue #6470CA

Tints of Chetwode Blue #6470CA

Color information

#6470CA (or 0x6470CA) is unknown color: approx Chetwode Blue. HEX triplet: 64, 70 and CA. RGB value is (100,112,202). Sum of RGB (Red+Green+Blue) = 100+112+202=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #6470CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470CA is #9B8F35. Grayscale: #767676. Windows color (decimal): -10194742 or 13267044. OLE color: 13267044.

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

Color convert

RGB100112202-
CMYK0.500.4500.21
HSL232.94º49.04%59.22%-
HSV(B)232.94º50.5%79.22%-
XYZ21.7118.5658.32-
YUV118.67175.02114.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=24.15%
G=27.05%
B=48.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001122020.500.4500.21232.9449.0459.22
Hex6470CA322D015e9313b
Octal14416031262550253516173
Binary110010011100001100101011001010110101010111101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6470CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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