#646DCF

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

Shades of Chetwode Blue #646DCF

Tints of Chetwode Blue #646DCF

Color information

#646DCF (or 0x646DCF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6D and CF. RGB value is (100,109,207). Sum of RGB (Red+Green+Blue) = 100+109+207=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #646DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DCF is #9B9230. Grayscale: #757575. Windows color (decimal): -10195505 or 13593956. OLE color: 13593956.

HSL color Cylindrical-coordinate representation of color #646DCF: hue angle of 234.95º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #646DCF is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100109207-
CMYK0.520.4700.19
HSL234.95º52.71%60.2%-
HSV(B)234.95º51.69%81.18%-
XYZ21.9918.1561.38-
YUV117.48178.52115.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 207 (81.25% from 255) = 49.76%
R=24.04%
G=26.20%
B=49.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001092070.520.4700.19234.9552.7160.2
Hex646DCF342F013eb353c
Octal14415531764570233536574
Binary110010011011011100111111010010111101001111101011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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