#646FCD

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

Shades of Chetwode Blue #646FCD

Tints of Chetwode Blue #646FCD

Color information

#646FCD (or 0x646FCD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and CD. RGB value is (100,111,205). Sum of RGB (Red+Green+Blue) = 100+111+205=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #646FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FCD is #9B9032. Grayscale: #767676. Windows color (decimal): -10194995 or 13463396. OLE color: 13463396.

HSL color Cylindrical-coordinate representation of color #646FCD: hue angle of 233.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #646FCD is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100111205-
CMYK0.510.4600.20
HSL233.71º51.22%59.8%-
HSV(B)233.71º51.22%80.39%-
XYZ21.9618.4960.17-
YUV118.43176.86114.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=24.04%
G=26.68%
B=49.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001112050.510.4600.20233.7151.2259.8
Hex646FCD332E014ea333c
Octal14415731563560243526374
Binary110010011011111100110111001110111001010011101010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,111,205); }

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

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

 a { background-color: rgb(100,111,205); }

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

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

 span { border-color: rgb(100,111,205); }

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