#646CB3

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

Shades of Chetwode Blue #646CB3

Tints of Chetwode Blue #646CB3

Color information

#646CB3 (or 0x646CB3) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6C and B3. RGB value is (100,108,179). Sum of RGB (Red+Green+Blue) = 100+108+179=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #646CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CB3 is #9B934C. Grayscale: #717171. Windows color (decimal): -10195789 or 11758692. OLE color: 11758692.

HSL color Cylindrical-coordinate representation of color #646CB3: hue angle of 233.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #646CB3 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB100108179-
CMYK0.440.4000.30
HSL233.92º34.2%54.71%-
HSV(B)233.92º44.13%70.2%-
XYZ18.7516.6944.88-
YUV113.7164.85118.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 179 (70.31% from 255) = 46.25%
R=25.84%
G=27.91%
B=46.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1001081790.440.4000.30233.9234.254.71
Hex646CB32C2801Eea2237
Octal14415426354500363524267
Binary110010011011001011001110110010100001111011101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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