#646CAD

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

Shades of Chetwode Blue #646CAD

Tints of Chetwode Blue #646CAD

Color information

#646CAD (or 0x646CAD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6C and AD. RGB value is (100,108,173). Sum of RGB (Red+Green+Blue) = 100+108+173=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #646CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646CAD is #9B9352. Grayscale: #707070. Windows color (decimal): -10195795 or 11365476. OLE color: 11365476.

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

Color convert

RGB100108173-
CMYK0.420.3800.32
HSL233.42º30.8%53.53%-
HSV(B)233.42º42.2%67.84%-
XYZ18.1616.4541.75-
YUV113.02161.85118.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=26.25%
G=28.35%
B=45.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001081730.420.3800.32233.4230.853.53
Hex646CAD2A26020e91f36
Octal14415425552460403513766
Binary110010011011001010110110101010011001000001110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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