#646BCC

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

Shades of Chetwode Blue #646BCC

Tints of Chetwode Blue #646BCC

Color information

#646BCC (or 0x646BCC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6B and CC. RGB value is (100,107,204). Sum of RGB (Red+Green+Blue) = 100+107+204=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #646BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BCC is #9B9433. Grayscale: #737373. Windows color (decimal): -10196020 or 13396836. OLE color: 13396836.

HSL color Cylindrical-coordinate representation of color #646BCC: hue angle of 235.96º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #646BCC is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100107204-
CMYK0.510.4800.2
HSL235.96º50.49%59.61%-
HSV(B)235.96º50.98%80%-
XYZ21.4117.5859.39-
YUV115.96177.68116.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=24.33%
G=26.03%
B=49.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001072040.510.4800.2235.9650.4959.61
Hex646BCC3330014ec323c
Octal14415331463600243546274
Binary110010011010111100110011001111000001010011101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,107,204); }

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

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

 a { background-color: rgb(100,107,204); }

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

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

 span { border-color: rgb(100,107,204); }

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