#646BA7

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

Shades of Chetwode Blue #646BA7

Tints of Chetwode Blue #646BA7

Color information

#646BA7 (or 0x646BA7) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6B and A7. RGB value is (100,107,167). Sum of RGB (Red+Green+Blue) = 100+107+167=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #646BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BA7 is #9B9458. Grayscale: #6F6F6F. Windows color (decimal): -10196057 or 10972004. OLE color: 10972004.

HSL color Cylindrical-coordinate representation of color #646BA7: hue angle of 233.73º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #646BA7 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB100107167-
CMYK0.400.3600.35
HSL233.73º27.57%52.35%-
HSV(B)233.73º40.12%65.49%-
XYZ17.4916.0138.73-
YUV111.75159.18119.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 167 (65.62% from 255) = 44.65%
R=26.74%
G=28.61%
B=44.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001071670.400.3600.35233.7327.5752.35
Hex646BA72824023ea1c34
Octal14415324750440433523464
Binary110010011010111010011110100010010001000111110101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,107,167); }

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

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

 a { background-color: rgb(100,107,167); }

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

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

 span { border-color: rgb(100,107,167); }

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