#646FC0

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

Shades of Chetwode Blue #646FC0

Tints of Chetwode Blue #646FC0

Color information

#646FC0 (or 0x646FC0) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and C0. RGB value is (100,111,192). Sum of RGB (Red+Green+Blue) = 100+111+192=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #646FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FC0 is #9B903F. Grayscale: #747474. Windows color (decimal): -10195008 or 12611428. OLE color: 12611428.

HSL color Cylindrical-coordinate representation of color #646FC0: hue angle of 232.83º 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 #646FC0 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100111192-
CMYK0.480.4200.25
HSL232.83º42.2%57.25%-
HSV(B)232.83º47.92%75.29%-
XYZ20.4517.8852.24-
YUV116.94170.36115.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 192 (75.39% from 255) = 47.64%
R=24.81%
G=27.54%
B=47.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001111920.480.4200.25232.8342.257.25
Hex646FC0302A019e92a39
Octal14415730060520313515271
Binary110010011011111100000011000010101001100111101001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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