#646EBB

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

Shades of Chetwode Blue #646EBB

Tints of Chetwode Blue #646EBB

Color information

#646EBB (or 0x646EBB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6E and BB. RGB value is (100,110,187). Sum of RGB (Red+Green+Blue) = 100+110+187=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #646EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EBB is #9B9144. Grayscale: #737373. Windows color (decimal): -10195269 or 12283492. OLE color: 12283492.

HSL color Cylindrical-coordinate representation of color #646EBB: hue angle of 233.1º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #646EBB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100110187-
CMYK0.470.4100.27
HSL233.1º39.01%56.27%-
HSV(B)233.1º46.52%73.33%-
XYZ19.817.4549.34-
YUV115.79168.19116.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=25.19%
G=27.71%
B=47.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001101870.470.4100.27233.139.0156.27
Hex646EBB2F2901Be92738
Octal14415627357510333514770
Binary110010011011101011101110111110100101101111101001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,110,187); }

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

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

 a { background-color: rgb(100,110,187); }

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

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

 span { border-color: rgb(100,110,187); }

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