#646AC9

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

Shades of Chetwode Blue #646AC9

Tints of Chetwode Blue #646AC9

Color information

#646AC9 (or 0x646AC9) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6A and C9. RGB value is (100,106,201). Sum of RGB (Red+Green+Blue) = 100+106+201=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #646AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646AC9 is #9B9536. Grayscale: #727272. Windows color (decimal): -10196279 or 13199972. OLE color: 13199972.

HSL color Cylindrical-coordinate representation of color #646AC9: hue angle of 236.44º degrees, saturation: 0.48, 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 #646AC9 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100106201-
CMYK0.500.4700.21
HSL236.44º48.33%59.02%-
HSV(B)236.44º50.25%78.82%-
XYZ20.9517.2357.48-
YUV115.04176.51117.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 201 (78.91% from 255) = 49.39%
R=24.57%
G=26.04%
B=49.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001062010.500.4700.21236.4448.3359.02
Hex646AC9322F015ec303b
Octal14415231162570253546073
Binary110010011010101100100111001010111101010111101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646AC9; }

 p { color: rgb(100,106,201); }

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

<style>
 a { background-color: #646AC9; }

 a { background-color: rgb(100,106,201); }

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

<style>
 span { border-color: #646AC9; }

 span { border-color: rgb(100,106,201); }

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