#646EB7

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

Shades of Chetwode Blue #646EB7

Tints of Chetwode Blue #646EB7

Color information

#646EB7 (or 0x646EB7) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6E and B7. RGB value is (100,110,183). Sum of RGB (Red+Green+Blue) = 100+110+183=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #646EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EB7 is #9B9148. Grayscale: #737373. Windows color (decimal): -10195273 or 12021348. OLE color: 12021348.

HSL color Cylindrical-coordinate representation of color #646EB7: hue angle of 232.77º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #646EB7 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB100110183-
CMYK0.450.4000.28
HSL232.77º36.56%55.49%-
HSV(B)232.77º45.36%71.76%-
XYZ19.3817.2847.11-
YUV115.33166.19117.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 183 (71.88% from 255) = 46.56%
R=25.45%
G=27.99%
B=46.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1001101830.450.4000.28232.7736.5655.49
Hex646EB72D2801Ce92537
Octal14415626755500343514567
Binary110010011011101011011110110110100001110011101001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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