#646FBA

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

Shades of Chetwode Blue #646FBA

Tints of Chetwode Blue #646FBA

Color information

#646FBA (or 0x646FBA) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and BA. RGB value is (100,111,186). Sum of RGB (Red+Green+Blue) = 100+111+186=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #646FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FBA is #9B9045. Grayscale: #737373. Windows color (decimal): -10195014 or 12218212. OLE color: 12218212.

HSL color Cylindrical-coordinate representation of color #646FBA: hue angle of 232.33º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #646FBA is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100111186-
CMYK0.460.4000.27
HSL232.33º38.39%56.08%-
HSV(B)232.33º46.24%72.94%-
XYZ19.817.6248.81-
YUV116.26167.36116.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=25.19%
G=27.96%
B=46.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001111860.460.4000.27232.3338.3956.08
Hex646FBA2E2801Be82638
Octal14415727256500333504670
Binary110010011011111011101010111010100001101111101000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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