#646EBE

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

Shades of Chetwode Blue #646EBE

Tints of Chetwode Blue #646EBE

Color information

#646EBE (or 0x646EBE) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6E and BE. RGB value is (100,110,190). Sum of RGB (Red+Green+Blue) = 100+110+190=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #646EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EBE is #9B9141. Grayscale: #737373. Windows color (decimal): -10195266 or 12480100. OLE color: 12480100.

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

Color convert

RGB100110190-
CMYK0.470.4200.25
HSL233.33º40.91%56.86%-
HSV(B)233.33º47.37%74.51%-
XYZ20.1317.5851.05-
YUV116.13169.69116.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 110 (43.36% from 255) = 27.5%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=25%
G=27.5%
B=47.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001101900.470.4200.25233.3340.9156.86
Hex646EBE2F2A019e92939
Octal14415627657520313515171
Binary110010011011101011111010111110101001100111101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,110,190); }

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

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

 a { background-color: rgb(100,110,190); }

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

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

 span { border-color: rgb(100,110,190); }

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