#646FBE

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

Shades of Chetwode Blue #646FBE

Tints of Chetwode Blue #646FBE

Color information

#646FBE (or 0x646FBE) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and BE. RGB value is (100,111,190). Sum of RGB (Red+Green+Blue) = 100+111+190=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #646FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FBE is #9B9041. Grayscale: #747474. Windows color (decimal): -10195010 or 12480356. OLE color: 12480356.

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

Color convert

RGB100111190-
CMYK0.470.4200.25
HSL232.67º40.91%56.86%-
HSV(B)232.67º47.37%74.51%-
XYZ20.2317.851.08-
YUV116.72169.36116.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=24.94%
G=27.68%
B=47.38%

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
Decimal1001111900.470.4200.25232.6740.9156.86
Hex646FBE2F2A019e92939
Octal14415727657520313515171
Binary110010011011111011111010111110101001100111101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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