#646DC0

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

Shades of Chetwode Blue #646DC0

Tints of Chetwode Blue #646DC0

Color information

#646DC0 (or 0x646DC0) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6D and C0. RGB value is (100,109,192). Sum of RGB (Red+Green+Blue) = 100+109+192=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #646DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DC0 is #9B923F. Grayscale: #737373. Windows color (decimal): -10195520 or 12610916. OLE color: 12610916.

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

Color convert

RGB100109192-
CMYK0.480.4300.25
HSL234.13º42.2%57.25%-
HSV(B)234.13º47.92%75.29%-
XYZ20.2417.4552.17-
YUV115.77171.02116.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 192 (75.39% from 255) = 47.88%
R=24.94%
G=27.18%
B=47.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001091920.480.4300.25234.1342.257.25
Hex646DC0302B019ea2a39
Octal14415530060530313525271
Binary110010011011011100000011000010101101100111101010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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