#646FBF

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

Shades of Chetwode Blue #646FBF

Tints of Chetwode Blue #646FBF

Color information

#646FBF (or 0x646FBF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and BF. RGB value is (100,111,191). Sum of RGB (Red+Green+Blue) = 100+111+191=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #646FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FBF is #9B9040. Grayscale: #747474. Windows color (decimal): -10195009 or 12545892. OLE color: 12545892.

HSL color Cylindrical-coordinate representation of color #646FBF: hue angle of 232.75º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #646FBF is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100111191-
CMYK0.480.4200.25
HSL232.75º41.55%57.06%-
HSV(B)232.75º47.64%74.9%-
XYZ20.3417.8451.66-
YUV116.83169.86116-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.88%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 191 (75% from 255) = 47.51%
R=24.88%
G=27.61%
B=47.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001111910.480.4200.25232.7541.5557.06
Hex646FBF302A019e92a39
Octal14415727760520313515271
Binary110010011011111011111111000010101001100111101001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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