#646DC3

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

Shades of Chetwode Blue #646DC3

Tints of Chetwode Blue #646DC3

Color information

#646DC3 (or 0x646DC3) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6D and C3. RGB value is (100,109,195). Sum of RGB (Red+Green+Blue) = 100+109+195=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #646DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DC3 is #9B923C. Grayscale: #737373. Windows color (decimal): -10195517 or 12807524. OLE color: 12807524.

HSL color Cylindrical-coordinate representation of color #646DC3: hue angle of 234.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #646DC3 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100109195-
CMYK0.490.4400.24
HSL234.32º44.19%57.84%-
HSV(B)234.32º48.72%76.47%-
XYZ20.5717.5953.94-
YUV116.11172.52116.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 195 (76.56% from 255) = 48.27%
R=24.75%
G=26.98%
B=48.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001091950.490.4400.24234.3244.1957.84
Hex646DC3312C018ea2c3a
Octal14415530361540303525472
Binary110010011011011100001111000110110001100011101010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,109,195); }

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

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

 a { background-color: rgb(100,109,195); }

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

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

 span { border-color: rgb(100,109,195); }

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