#646FBB

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

Shades of Chetwode Blue #646FBB

Tints of Chetwode Blue #646FBB

Color information

#646FBB (or 0x646FBB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and BB. RGB value is (100,111,187). Sum of RGB (Red+Green+Blue) = 100+111+187=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #646FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FBB is #9B9044. Grayscale: #747474. Windows color (decimal): -10195013 or 12283748. OLE color: 12283748.

HSL color Cylindrical-coordinate representation of color #646FBB: hue angle of 232.41º 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 #646FBB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100111187-
CMYK0.470.4100.27
HSL232.41º39.01%56.27%-
HSV(B)232.41º46.52%73.33%-
XYZ19.9117.6749.37-
YUV116.37167.86116.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.13%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=25.13%
G=27.89%
B=46.98%

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
Decimal1001111870.470.4100.27232.4139.0156.27
Hex646FBB2F2901Be82738
Octal14415727357510333504770
Binary110010011011111011101110111110100101101111101000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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