#646DAF

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

Shades of Chetwode Blue #646DAF

Tints of Chetwode Blue #646DAF

Color information

#646DAF (or 0x646DAF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6D and AF. RGB value is (100,109,175). Sum of RGB (Red+Green+Blue) = 100+109+175=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #646DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646DAF is #9B9250. Grayscale: #717171. Windows color (decimal): -10195537 or 11496804. OLE color: 11496804.

HSL color Cylindrical-coordinate representation of color #646DAF: hue angle of 232.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #646DAF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100109175-
CMYK0.430.3800.31
HSL232.8º31.91%53.92%-
HSV(B)232.8º42.86%68.63%-
XYZ18.4616.7442.82-
YUV113.83162.52118.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=26.04%
G=28.39%
B=45.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001091750.430.3800.31232.831.9153.92
Hex646DAF2B2601Fe92036
Octal14415525753460373514066
Binary110010011011011010111110101110011001111111101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,109,175); }

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

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

 a { background-color: rgb(100,109,175); }

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

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

 span { border-color: rgb(100,109,175); }

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