#646cac

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

Shades of Chetwode Blue #646CAC

Tints of Chetwode Blue #646CAC

Color information

#646CAC (or 0x646CAC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6C and AC. RGB value is (100,108,172). Sum of RGB (Red+Green+Blue) = 100+108+172=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #646CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646CAC is #9B9353. Grayscale: #707070. Windows color (decimal): -10195796 or 11299940. OLE color: 11299940.

HSL color Cylindrical-coordinate representation of color #646CAC: hue angle of 233.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #646CAC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100108172-
CMYK0.420.3700.33
HSL233.33º30.25%53.33%-
HSV(B)233.33º41.86%67.45%-
XYZ18.0616.4141.25-
YUV112.9161.35118.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=26.32%
G=28.42%
B=45.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001081720.420.3700.33233.3330.2553.33
Hex646CAC2A25021e91e35
Octal14415425452450413513665
Binary110010011011001010110010101010010101000011110100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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