#646BC7

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

Shades of Chetwode Blue #646BC7

Tints of Chetwode Blue #646BC7

Color information

#646BC7 (or 0x646BC7) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6B and C7. RGB value is (100,107,199). Sum of RGB (Red+Green+Blue) = 100+107+199=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #646BC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BC7 is #9B9438. Grayscale: #737373. Windows color (decimal): -10196025 or 13069156. OLE color: 13069156.

HSL color Cylindrical-coordinate representation of color #646BC7: hue angle of 235.76º 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 #646BC7 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB100107199-
CMYK0.500.4600.22
HSL235.76º46.92%58.63%-
HSV(B)235.76º49.75%78.04%-
XYZ20.8217.3556.28-
YUV115.4175.18117.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 199 (78.12% from 255) = 49.01%
R=24.63%
G=26.35%
B=49.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001071990.500.4600.22235.7646.9258.63
Hex646BC7322E016ec2f3b
Octal14415330762560263545773
Binary110010011010111100011111001010111001011011101100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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