#646DC1

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

Shades of Chetwode Blue #646DC1

Tints of Chetwode Blue #646DC1

Color information

#646DC1 (or 0x646DC1) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6D and C1. RGB value is (100,109,193). Sum of RGB (Red+Green+Blue) = 100+109+193=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #646DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DC1 is #9B923E. Grayscale: #737373. Windows color (decimal): -10195519 or 12676452. OLE color: 12676452.

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

Color convert

RGB100109193-
CMYK0.480.4400.24
HSL234.19º42.86%57.45%-
HSV(B)234.19º48.19%75.69%-
XYZ20.3517.552.76-
YUV115.88171.52116.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.88%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 193 (75.78% from 255) = 48.01%
R=24.88%
G=27.11%
B=48.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001091930.480.4400.24234.1942.8657.45
Hex646DC1302C018ea2b39
Octal14415530160540303525371
Binary110010011011011100000111000010110001100011101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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