#646CAF

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

Shades of Chetwode Blue #646CAF

Tints of Chetwode Blue #646CAF

Color information

#646CAF (or 0x646CAF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6C and AF. RGB value is (100,108,175). Sum of RGB (Red+Green+Blue) = 100+108+175=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #646CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646CAF is #9B9350. Grayscale: #707070. Windows color (decimal): -10195793 or 11496548. OLE color: 11496548.

HSL color Cylindrical-coordinate representation of color #646CAF: hue angle of 233.6º 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 #646CAF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100108175-
CMYK0.430.3800.31
HSL233.6º31.91%53.92%-
HSV(B)233.6º42.86%68.63%-
XYZ18.3616.5342.78-
YUV113.25162.85118.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 108 (42.58% from 255) = 28.20%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=26.11%
G=28.20%
B=45.69%

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
Decimal1001081750.430.3800.31233.631.9153.92
Hex646CAF2B2601Fea2036
Octal14415425753460373524066
Binary110010011011001010111110101110011001111111101010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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