#646BC8

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

Shades of Chetwode Blue #646BC8

Tints of Chetwode Blue #646BC8

Color information

#646BC8 (or 0x646BC8) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6B and C8. RGB value is (100,107,200). Sum of RGB (Red+Green+Blue) = 100+107+200=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #646BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BC8 is #9B9437. Grayscale: #737373. Windows color (decimal): -10196024 or 13134692. OLE color: 13134692.

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

Color convert

RGB100107200-
CMYK0.50.4600.22
HSL235.8º47.62%58.82%-
HSV(B)235.8º50%78.43%-
XYZ20.9417.3956.9-
YUV115.51175.68116.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 107 (42.19% from 255) = 26.29%
BLUE value IS 200 (78.52% from 255) = 49.14%
R=24.57%
G=26.29%
B=49.14%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001072000.50.4600.22235.847.6258.82
Hex646BC8322E016ec303b
Octal14415331062560263546073
Binary110010011010111100100011001010111001011011101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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