#646FC3

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

Shades of Chetwode Blue #646FC3

Tints of Chetwode Blue #646FC3

Color information

#646FC3 (or 0x646FC3) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and C3. RGB value is (100,111,195). Sum of RGB (Red+Green+Blue) = 100+111+195=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #646FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FC3 is #9B903C. Grayscale: #747474. Windows color (decimal): -10195005 or 12808036. OLE color: 12808036.

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

Color convert

RGB100111195-
CMYK0.490.4300.24
HSL233.05º44.19%57.84%-
HSV(B)233.05º48.72%76.47%-
XYZ20.7918.0254.01-
YUV117.29171.86115.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 195 (76.56% from 255) = 48.03%
R=24.63%
G=27.34%
B=48.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001111950.490.4300.24233.0544.1957.84
Hex646FC3312B018e92c3a
Octal14415730361530303515472
Binary110010011011111100001111000110101101100011101001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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