#646ABF

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

Shades of Chetwode Blue #646ABF

Tints of Chetwode Blue #646ABF

Color information

#646ABF (or 0x646ABF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6A and BF. RGB value is (100,106,191). Sum of RGB (Red+Green+Blue) = 100+106+191=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #646ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ABF is #9B9540. Grayscale: #717171. Windows color (decimal): -10196289 or 12544612. OLE color: 12544612.

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

Color convert

RGB100106191-
CMYK0.480.4500.25
HSL236.04º41.55%57.06%-
HSV(B)236.04º47.64%74.9%-
XYZ19.8116.7851.48-
YUV113.9171.51118.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 191 (75% from 255) = 48.11%
R=25.19%
G=26.70%
B=48.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001061910.480.4500.25236.0441.5557.06
Hex646ABF302D019ec2a39
Octal14415227760550313545271
Binary110010011010101011111111000010110101100111101100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,106,191); }

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

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

 a { background-color: rgb(100,106,191); }

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

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

 span { border-color: rgb(100,106,191); }

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