#646FC7

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

Shades of Chetwode Blue #646FC7

Tints of Chetwode Blue #646FC7

Color information

#646FC7 (or 0x646FC7) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and C7. RGB value is (100,111,199). Sum of RGB (Red+Green+Blue) = 100+111+199=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #646FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FC7 is #9B9038. Grayscale: #757575. Windows color (decimal): -10195001 or 13070180. OLE color: 13070180.

HSL color Cylindrical-coordinate representation of color #646FC7: hue angle of 233.33º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #646FC7 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB100111199-
CMYK0.500.4400.22
HSL233.33º46.92%58.63%-
HSV(B)233.33º49.75%78.04%-
XYZ21.2518.256.43-
YUV117.74173.86115.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.39%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 199 (78.12% from 255) = 48.54%
R=24.39%
G=27.07%
B=48.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001111990.500.4400.22233.3346.9258.63
Hex646FC7322C016e92f3b
Octal14415730762540263515773
Binary110010011011111100011111001010110001011011101001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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