#646BA4

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

Shades of Chetwode Blue #646BA4

Tints of Chetwode Blue #646BA4

Color information

#646BA4 (or 0x646BA4) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6B and A4. RGB value is (100,107,164). Sum of RGB (Red+Green+Blue) = 100+107+164=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #646BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BA4 is #9B945B. Grayscale: #6F6F6F. Windows color (decimal): -10196060 or 10775396. OLE color: 10775396.

HSL color Cylindrical-coordinate representation of color #646BA4: hue angle of 233.44º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #646BA4 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB100107164-
CMYK0.390.3500.36
HSL233.44º26.02%51.76%-
HSV(B)233.44º39.02%64.31%-
XYZ17.2115.9137.28-
YUV111.4157.68119.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 164 (64.45% from 255) = 44.20%
R=26.95%
G=28.84%
B=44.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001071640.390.3500.36233.4426.0251.76
Hex646BA42723024e91a34
Octal14415324447430443513264
Binary110010011010111010010010011110001101001001110100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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