#646FC6

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

Shades of Chetwode Blue #646FC6

Tints of Chetwode Blue #646FC6

Color information

#646FC6 (or 0x646FC6) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and C6. RGB value is (100,111,198). Sum of RGB (Red+Green+Blue) = 100+111+198=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #646FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FC6 is #9B9039. Grayscale: #757575. Windows color (decimal): -10195002 or 13004644. OLE color: 13004644.

HSL color Cylindrical-coordinate representation of color #646FC6: hue angle of 233.27º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #646FC6 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB100111198-
CMYK0.490.4400.22
HSL233.27º46.23%58.43%-
HSV(B)233.27º49.49%77.65%-
XYZ21.1318.1655.82-
YUV117.63173.36115.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.45%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 198 (77.73% from 255) = 48.41%
R=24.45%
G=27.14%
B=48.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001111980.490.4400.22233.2746.2358.43
Hex646FC6312C016e92e3a
Octal14415730661540263515672
Binary110010011011111100011011000110110001011011101001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,111,198); }

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

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

 a { background-color: rgb(100,111,198); }

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

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

 span { border-color: rgb(100,111,198); }

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