#646EBF

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

Shades of Chetwode Blue #646EBF

Tints of Chetwode Blue #646EBF

Color information

#646EBF (or 0x646EBF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6E and BF. RGB value is (100,110,191). Sum of RGB (Red+Green+Blue) = 100+110+191=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #646EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EBF is #9B9140. Grayscale: #737373. Windows color (decimal): -10195265 or 12545636. OLE color: 12545636.

HSL color Cylindrical-coordinate representation of color #646EBF: hue angle of 233.41º 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 #646EBF is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100110191-
CMYK0.480.4200.25
HSL233.41º41.55%57.06%-
HSV(B)233.41º47.64%74.9%-
XYZ20.2417.6251.63-
YUV116.24170.19116.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 191 (75% from 255) = 47.63%
R=24.94%
G=27.43%
B=47.63%

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
Decimal1001101910.480.4200.25233.4141.5557.06
Hex646EBF302A019e92a39
Octal14415627760520313515271
Binary110010011011101011111111000010101001100111101001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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